forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#2959 from fejta/published
Migrate jobs to --skew and --extract=JENKINS_PUBLISHED_VERSION
- Loading branch information
Showing
206 changed files
with
977 additions
and
737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
# Use GCI builtin k8s version. | ||
|
||
### job-env | ||
KUBE_OS_DISTRIBUTION=gci | ||
GINKGO_TEST_ARGS=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Flaky\]|\[Feature:.+\] | ||
PROJECT=e2e-cos-docker-val-serial | ||
JENKINS_GCI_PATCH_K8S=n | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# Use GCI builtin k8s version. | ||
|
||
### job-env | ||
KUBE_OS_DISTRIBUTION=gci | ||
GINKGO_TEST_ARGS=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] | ||
GINKGO_PARALLEL=y | ||
PROJECT=e2e-cos-docker-val | ||
JENKINS_GCI_PATCH_K8S=n | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
E2E_OPT=--check_version_skew=false | ||
GINKGO_PARALLEL=y | ||
GINKGO_TEST_ARGS=--ginkgo.focus=Kubectl | ||
JENKINS_PUBLISHED_SKEW_VERSION=ci/latest-1.6 | ||
JENKINS_PUBLISHED_VERSION=ci/latest-1.5 | ||
PROJECT=k8s-gce-cvm-1-5-1-6-ctl-skew | ||
KUBE_NODE_OS_DISTRIBUTION=debian | ||
|
||
|
||
# Enable when testing upgrades from a version < 1.6 to a version >= 1.6 | ||
ENABLE_LEGACY_ABAC=true | ||
|
||
SKEW_KUBECTL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
E2E_OPT=--check_version_skew=false | ||
GINKGO_PARALLEL=y | ||
GINKGO_TEST_ARGS=--ginkgo.focus=Kubectl | ||
JENKINS_PUBLISHED_SKEW_VERSION=ci/latest-1.6 | ||
JENKINS_PUBLISHED_VERSION=ci/latest-1.5 | ||
PROJECT=k8s-gce-gci-1-5-1-6-ctl-skew | ||
KUBE_NODE_OS_DISTRIBUTION=gci | ||
|
||
|
||
# Enable when testing upgrades from a version < 1.6 to a version >= 1.6 | ||
ENABLE_LEGACY_ABAC=true | ||
|
||
SKEW_KUBECTL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
E2E_OPT=--check_version_skew=false | ||
GINKGO_PARALLEL=y | ||
GINKGO_TEST_ARGS=--ginkgo.focus=Kubectl | ||
JENKINS_PUBLISHED_SKEW_VERSION=ci/latest-1.5 | ||
JENKINS_PUBLISHED_VERSION=ci/latest-1.6 | ||
PROJECT=k8s-gce-cvm-1-6-1-5-ctl-skew | ||
KUBE_NODE_OS_DISTRIBUTION=debian | ||
|
||
### version-env | ||
JENKINS_USE_SKEW_TESTS=true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
E2E_OPT=--check_version_skew=false | ||
GINKGO_PARALLEL=y | ||
GINKGO_TEST_ARGS=--ginkgo.focus=Kubectl | ||
JENKINS_PUBLISHED_SKEW_VERSION=ci/latest-1.5 | ||
JENKINS_PUBLISHED_VERSION=ci/latest-1.6 | ||
PROJECT=k8s-gce-gci-1-6-1-5-ctl-skew | ||
KUBE_NODE_OS_DISTRIBUTION=gci | ||
|
||
### version-env | ||
JENKINS_USE_SKEW_TESTS=true | ||
|
4 changes: 2 additions & 2 deletions
4
jobs/ci-kubernetes-e2e-gce-1.6-master-cvm-kubectl-skew-serial.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
E2E_OPT=--check_version_skew=false | ||
GINKGO_PARALLEL=n | ||
GINKGO_TEST_ARGS=--ginkgo.focus=Kubectl.*\[Serial\] | ||
JENKINS_PUBLISHED_SKEW_VERSION=ci/latest | ||
JENKINS_PUBLISHED_VERSION=ci/latest-1.6 | ||
PROJECT=k8s-gce-cvm-1-6-m-ctl-skw-srl | ||
KUBE_NODE_OS_DISTRIBUTION=debian | ||
|
||
|
||
SKEW_KUBECTL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
E2E_OPT=--check_version_skew=false | ||
GINKGO_PARALLEL=y | ||
GINKGO_TEST_ARGS=--ginkgo.focus=Kubectl --ginkgo.skip=\[Serial\] | ||
JENKINS_PUBLISHED_SKEW_VERSION=ci/latest | ||
JENKINS_PUBLISHED_VERSION=ci/latest-1.6 | ||
PROJECT=k8s-gce-cvm-1-6-mstr-ctl-skew | ||
KUBE_NODE_OS_DISTRIBUTION=debian | ||
|
||
|
||
SKEW_KUBECTL=y |
4 changes: 2 additions & 2 deletions
4
jobs/ci-kubernetes-e2e-gce-1.6-master-gci-kubectl-skew-serial.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
E2E_OPT=--check_version_skew=false | ||
GINKGO_PARALLEL=n | ||
GINKGO_TEST_ARGS=--ginkgo.focus=Kubectl.*\[Serial\] | ||
JENKINS_PUBLISHED_SKEW_VERSION=ci/latest | ||
JENKINS_PUBLISHED_VERSION=ci/latest-1.6 | ||
PROJECT=k8s-gce-gci-1-6-m-ctl-skw-srl | ||
KUBE_NODE_OS_DISTRIBUTION=gci | ||
|
||
|
||
SKEW_KUBECTL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
E2E_OPT=--check_version_skew=false | ||
GINKGO_PARALLEL=y | ||
GINKGO_TEST_ARGS=--ginkgo.focus=Kubectl --ginkgo.skip=\[Serial\] | ||
JENKINS_PUBLISHED_SKEW_VERSION=ci/latest | ||
JENKINS_PUBLISHED_VERSION=ci/latest-1.6 | ||
PROJECT=k8s-gce-gci-1-6-mstr-ctl-skew | ||
KUBE_NODE_OS_DISTRIBUTION=gci | ||
|
||
|
||
SKEW_KUBECTL=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.