Skip to content

Commit

Permalink
use real env
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP [email protected]
  • Loading branch information
xrstf committed Feb 21, 2025
1 parent 2c79e44 commit 0f48dc3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ presubmits:
- ./hack/run-with-prometheus.sh
- make
- test-e2e
args:
- ARTIFACT_DIR=$(ARTIFACTS) # propagate prow artifact directory
# args:
# - ARTIFACT_DIR=$(ARTIFACTS) # propagate prow artifact directory
env:
- name: SUITES
value: control-plane
Expand All @@ -121,6 +121,8 @@ presubmits:
value: '1'
- name: E2E_PARALLELISM
value: '3'
- name: ARTIFACT_DIR
value: '$(ARTIFACTS)'
resources:
requests:
memory: 6Gi
Expand Down Expand Up @@ -172,15 +174,17 @@ presubmits:
- ./hack/run-with-prometheus.sh
- make
- test-e2e-shared-minimal
args:
- ARTIFACT_DIR=$(ARTIFACTS) # propagate prow artifact directory
# args:
# - ARTIFACT_DIR=$(ARTIFACTS) # propagate prow artifact directory
env:
- name: SUITES
value: control-plane
- name: USE_GOTESTSUM
value: '1'
- name: KUBE_CACHE_MUTATION_DETECTOR
value: '1'
- name: ARTIFACT_DIR
value: '$(ARTIFACTS)'
resources:
requests:
memory: 6Gi
Expand Down

0 comments on commit 0f48dc3

Please sign in to comment.