Skip to content

Commit 8f89b18

Browse files
authored
Remove duplicated BUILD_WITH_CONTAINER var from release-1.28 jobs (#5757)
Signed-off-by: Francisco Herrera <[email protected]>
1 parent e4d7a0a commit 8f89b18

File tree

10 files changed

+0
-214
lines changed

10 files changed

+0
-214
lines changed

prow/config/jobs/api-1.28.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
- make
1010
- presubmit
1111
env:
12-
- name: BUILD_WITH_CONTAINER
13-
value: "0"
1412
- name: BUILD_WITH_CONTAINER
1513
value: "0"
1614
image: gcr.io/istio-testing/build-tools:release-1.28-4d8a6668b6d46b3becc35f9b24467f841bbb020a
@@ -181,8 +179,6 @@ jobs:
181179
- make
182180
- gen-check
183181
env:
184-
- name: BUILD_WITH_CONTAINER
185-
value: "0"
186182
- name: BUILD_WITH_CONTAINER
187183
value: "0"
188184
image: gcr.io/istio-testing/build-tools:release-1.28-4d8a6668b6d46b3becc35f9b24467f841bbb020a
@@ -360,8 +356,6 @@ jobs:
360356
- --token-env
361357
- --cmd=go get istio.io/api@$AUTOMATOR_SHA && go mod tidy && make clean gen
362358
env:
363-
- name: BUILD_WITH_CONTAINER
364-
value: "0"
365359
- name: BUILD_WITH_CONTAINER
366360
value: "0"
367361
- name: AUTOMATOR_ORG
@@ -541,8 +535,6 @@ jobs:
541535
- --checkLabel
542536
- --validateOnly
543537
env:
544-
- name: BUILD_WITH_CONTAINER
545-
value: "0"
546538
- name: BUILD_WITH_CONTAINER
547539
value: "0"
548540
image: gcr.io/istio-testing/build-tools:release-1.28-4d8a6668b6d46b3becc35f9b24467f841bbb020a

prow/config/jobs/client-go-1.28.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
- make
1010
- build
1111
env:
12-
- name: BUILD_WITH_CONTAINER
13-
value: "0"
1412
- name: BUILD_WITH_CONTAINER
1513
value: "0"
1614
image: gcr.io/istio-testing/build-tools:release-1.28-4d8a6668b6d46b3becc35f9b24467f841bbb020a
@@ -181,8 +179,6 @@ jobs:
181179
- make
182180
- lint
183181
env:
184-
- name: BUILD_WITH_CONTAINER
185-
value: "0"
186182
- name: BUILD_WITH_CONTAINER
187183
value: "0"
188184
image: gcr.io/istio-testing/build-tools:release-1.28-4d8a6668b6d46b3becc35f9b24467f841bbb020a
@@ -353,8 +349,6 @@ jobs:
353349
- make
354350
- gen-check
355351
env:
356-
- name: BUILD_WITH_CONTAINER
357-
value: "0"
358352
- name: BUILD_WITH_CONTAINER
359353
value: "0"
360354
image: gcr.io/istio-testing/build-tools:release-1.28-4d8a6668b6d46b3becc35f9b24467f841bbb020a
@@ -534,8 +528,6 @@ jobs:
534528
- --git-exclude=^common/
535529
- --cmd=go get istio.io/client-go@$AUTOMATOR_SHA && go mod tidy && make clean gen
536530
env:
537-
- name: BUILD_WITH_CONTAINER
538-
value: "0"
539531
- name: BUILD_WITH_CONTAINER
540532
value: "0"
541533
- name: AUTOMATOR_ORG

prow/config/jobs/common-files-1.28.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
- make
1010
- lint
1111
env:
12-
- name: BUILD_WITH_CONTAINER
13-
value: "0"
1412
- name: BUILD_WITH_CONTAINER
1513
value: "0"
1614
image: gcr.io/istio-testing/build-tools:release-1.28-4d8a6668b6d46b3becc35f9b24467f841bbb020a
@@ -189,8 +187,6 @@ jobs:
189187
- --token-env
190188
- --cmd=make update-common && make gen
191189
env:
192-
- name: BUILD_WITH_CONTAINER
193-
value: "0"
194190
- name: BUILD_WITH_CONTAINER
195191
value: "0"
196192
- name: AUTOMATOR_ORG
@@ -376,8 +372,6 @@ jobs:
376372
- --token-env
377373
- --cmd=make update-common && make gen
378374
env:
379-
- name: BUILD_WITH_CONTAINER
380-
value: "0"
381375
- name: BUILD_WITH_CONTAINER
382376
value: "0"
383377
- name: AUTOMATOR_ORG
@@ -567,8 +561,6 @@ jobs:
567561
- --post=make gen
568562
- --source=$AUTOMATOR_ROOT_DIR/files/common/scripts/setup_env.sh
569563
env:
570-
- name: BUILD_WITH_CONTAINER
571-
value: "0"
572564
- name: BUILD_WITH_CONTAINER
573565
value: "0"
574566
- name: AUTOMATOR_ORG

prow/config/jobs/enhancements-1.28.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
- --document-path=./features.yaml
1111
- --schema-path=./features_schema.json
1212
env:
13-
- name: BUILD_WITH_CONTAINER
14-
value: "0"
1513
- name: BUILD_WITH_CONTAINER
1614
value: "0"
1715
image: gcr.io/istio-testing/build-tools:release-1.28-4d8a6668b6d46b3becc35f9b24467f841bbb020a

0 commit comments

Comments
 (0)