Skip to content

Commit 3b411ab

Browse files
committed
fix: fix integration tests
1 parent f537bc9 commit 3b411ab

34 files changed

Lines changed: 673 additions & 0 deletions

File tree

test/integration/ci-operator-prowgen/output/jobs/legacy/branches-separate-files/legacy-branches-separate-files-branch-presubmits.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,17 @@ presubmits:
2323
- --target=generated
2424
command:
2525
- ci-operator
26+
env:
27+
- name: HTTP_SERVER_IP
28+
valueFrom:
29+
fieldRef:
30+
fieldPath: status.podIP
2631
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
2732
imagePullPolicy: Always
2833
name: ""
34+
ports:
35+
- containerPort: 8080
36+
name: http
2937
resources:
3038
requests:
3139
cpu: 10m

test/integration/ci-operator-prowgen/output/jobs/legacy/branches-separate-files/legacy-branches-separate-files-master-presubmits.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,17 @@ presubmits:
2323
- --target=generated
2424
command:
2525
- ci-operator
26+
env:
27+
- name: HTTP_SERVER_IP
28+
valueFrom:
29+
fieldRef:
30+
fieldPath: status.podIP
2631
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
2732
imagePullPolicy: Always
2833
name: ""
34+
ports:
35+
- containerPort: 8080
36+
name: http
2937
resources:
3038
requests:
3139
cpu: 10m

test/integration/ci-operator-prowgen/output/jobs/legacy/random-file/legacy-random-file-master-periodics.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@ periodics:
2121
- --target=generated
2222
command:
2323
- ci-operator
24+
env:
25+
- name: HTTP_SERVER_IP
26+
valueFrom:
27+
fieldRef:
28+
fieldPath: status.podIP
2429
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
2530
imagePullPolicy: Always
2631
name: ""
32+
ports:
33+
- containerPort: 8080
34+
name: http
2735
resources:
2836
requests:
2937
cpu: 10m

test/integration/ci-operator-prowgen/output/jobs/norehearsals/duper/norehearsals-duper-master-postsubmits.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,17 @@ postsubmits:
2020
- --target=upload-results
2121
command:
2222
- ci-operator
23+
env:
24+
- name: HTTP_SERVER_IP
25+
valueFrom:
26+
fieldRef:
27+
fieldPath: status.podIP
2328
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
2429
imagePullPolicy: Always
2530
name: ""
31+
ports:
32+
- containerPort: 8080
33+
name: http
2634
resources:
2735
requests:
2836
cpu: 10m

test/integration/ci-operator-prowgen/output/jobs/norehearsals/duper/norehearsals-duper-master-presubmits.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,17 @@ presubmits:
2222
- --target=lint
2323
command:
2424
- ci-operator
25+
env:
26+
- name: HTTP_SERVER_IP
27+
valueFrom:
28+
fieldRef:
29+
fieldPath: status.podIP
2530
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
2631
imagePullPolicy: Always
2732
name: ""
33+
ports:
34+
- containerPort: 8080
35+
name: http
2836
resources:
2937
requests:
3038
cpu: 10m
@@ -75,9 +83,17 @@ presubmits:
7583
- --target=unit
7684
command:
7785
- ci-operator
86+
env:
87+
- name: HTTP_SERVER_IP
88+
valueFrom:
89+
fieldRef:
90+
fieldPath: status.podIP
7891
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
7992
imagePullPolicy: Always
8093
name: ""
94+
ports:
95+
- containerPort: 8080
96+
name: http
8197
resources:
8298
requests:
8399
cpu: 10m

test/integration/ci-operator-prowgen/output/jobs/norehearsals/stuper/norehearsals-stuper-master-postsubmits.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,17 @@ postsubmits:
2020
- --target=upload-results
2121
command:
2222
- ci-operator
23+
env:
24+
- name: HTTP_SERVER_IP
25+
valueFrom:
26+
fieldRef:
27+
fieldPath: status.podIP
2328
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
2429
imagePullPolicy: Always
2530
name: ""
31+
ports:
32+
- containerPort: 8080
33+
name: http
2634
resources:
2735
requests:
2836
cpu: 10m

test/integration/ci-operator-prowgen/output/jobs/norehearsals/stuper/norehearsals-stuper-master-presubmits.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,17 @@ presubmits:
2323
- --target=lint
2424
command:
2525
- ci-operator
26+
env:
27+
- name: HTTP_SERVER_IP
28+
valueFrom:
29+
fieldRef:
30+
fieldPath: status.podIP
2631
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
2732
imagePullPolicy: Always
2833
name: ""
34+
ports:
35+
- containerPort: 8080
36+
name: http
2937
resources:
3038
requests:
3139
cpu: 10m
@@ -76,9 +84,17 @@ presubmits:
7684
- --target=unit
7785
command:
7886
- ci-operator
87+
env:
88+
- name: HTTP_SERVER_IP
89+
valueFrom:
90+
fieldRef:
91+
fieldPath: status.podIP
7992
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
8093
imagePullPolicy: Always
8194
name: ""
95+
ports:
96+
- containerPort: 8080
97+
name: http
8298
resources:
8399
requests:
84100
cpu: 10m

test/integration/ci-operator-prowgen/output/jobs/private-org/duper/private-org-duper-master-presubmits.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,17 @@ presubmits:
2525
- --target=unit
2626
command:
2727
- ci-operator
28+
env:
29+
- name: HTTP_SERVER_IP
30+
valueFrom:
31+
fieldRef:
32+
fieldPath: status.podIP
2833
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
2934
imagePullPolicy: Always
3035
name: ""
36+
ports:
37+
- containerPort: 8080
38+
name: http
3139
resources:
3240
requests:
3341
cpu: 10m

test/integration/ci-operator-prowgen/output/jobs/private-org/super/private-org-super-master-presubmits.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,17 @@ presubmits:
2727
- --target=unit
2828
command:
2929
- ci-operator
30+
env:
31+
- name: HTTP_SERVER_IP
32+
valueFrom:
33+
fieldRef:
34+
fieldPath: status.podIP
3035
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
3136
imagePullPolicy: Always
3237
name: ""
38+
ports:
39+
- containerPort: 8080
40+
name: http
3341
resources:
3442
requests:
3543
cpu: 10m

test/integration/ci-operator-prowgen/output/jobs/private/duper/private-duper-master-periodics.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ periodics:
2727
env:
2828
- name: CLUSTER_TYPE
2929
value: gcp
30+
- name: HTTP_SERVER_IP
31+
valueFrom:
32+
fieldRef:
33+
fieldPath: status.podIP
3034
- name: JOB_NAME_SAFE
3135
value: e2e-nightly
3236
- name: RPM_REPO_OPENSHIFT_ORIGIN
@@ -36,6 +40,9 @@ periodics:
3640
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
3741
imagePullPolicy: Always
3842
name: ""
43+
ports:
44+
- containerPort: 8080
45+
name: http
3946
resources:
4047
requests:
4148
cpu: 10m

0 commit comments

Comments
 (0)