Skip to content

Commit ceb25ea

Browse files
authored
Merge pull request #7762 from wonderfly/m66-fix
gci-qa: Correct the CI versions used in some jobs
2 parents 128af22 + edad91d commit ceb25ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jobs/config.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2894,7 +2894,7 @@
28942894
"ci-kubernetes-e2e-gce-gci-qa-serial-m66": {
28952895
"args": [
28962896
"--check-leaked-resources",
2897-
"--extract=gci/gci-66/latest-1.8",
2897+
"--extract=gci/gci-66/latest-1.9",
28982898
"--gcp-project-type=gci-qa-project",
28992899
"--gcp-zone=us-central1-f",
29002900
"--provider=gce",
@@ -2940,7 +2940,7 @@
29402940
"ci-kubernetes-e2e-gce-gci-qa-slow-m65": {
29412941
"args": [
29422942
"--check-leaked-resources",
2943-
"--extract=gci/gci-65",
2943+
"--extract=gci/gci-65/latest-1.8",
29442944
"--gcp-project-type=gci-qa-project",
29452945
"--gcp-zone=us-central1-f",
29462946
"--ginkgo-parallel=25",
@@ -2956,7 +2956,7 @@
29562956
"ci-kubernetes-e2e-gce-gci-qa-slow-m66": {
29572957
"args": [
29582958
"--check-leaked-resources",
2959-
"--extract=gci/gci-66",
2959+
"--extract=gci/gci-66/latest-1.9",
29602960
"--gcp-project-type=gci-qa-project",
29612961
"--gcp-zone=us-central1-f",
29622962
"--ginkgo-parallel=25",

0 commit comments

Comments
 (0)