mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #22880 from spxtr/aws-job
Auto commit by PR queue bot
This commit is contained in:
commit
34094635ba
@ -480,26 +480,27 @@
|
|||||||
emails: 'bburns@google.com'
|
emails: 'bburns@google.com'
|
||||||
cron-string: '@daily'
|
cron-string: '@daily'
|
||||||
trigger-job: ''
|
trigger-job: ''
|
||||||
|
timeout: 240
|
||||||
|
provider-env: |
|
||||||
|
{aws-provider-env}
|
||||||
|
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
|
||||||
|
export GINKGO_PARALLEL="y"
|
||||||
|
export PROJECT="k8s-jkns-e2e-aws"
|
||||||
|
export AWS_CONFIG_FILE='/var/lib/jenkins/.aws/credentials'
|
||||||
|
export AWS_SSH_KEY='/var/lib/jenkins/.ssh/kube_aws_rsa'
|
||||||
|
export KUBE_SSH_USER='admin'
|
||||||
|
# This is needed to be able to create PD from the e2e test
|
||||||
|
export AWS_SHARED_CREDENTIALS_FILE='/var/lib/jenkins/.aws/credentials'
|
||||||
suffix:
|
suffix:
|
||||||
- 'aws':
|
- 'aws':
|
||||||
description: 'Run e2e tests on AWS using the latest successful Kubernetes build.'
|
description: 'Run e2e tests on AWS using the latest successful Kubernetes build.'
|
||||||
timeout: 240
|
|
||||||
provider-env: '{aws-provider-env}'
|
|
||||||
job-env: |
|
job-env: |
|
||||||
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
|
export E2E_NAME="e2e-aws-master"
|
||||||
export GINKGO_PARALLEL="y"
|
- 'aws-release-1.2':
|
||||||
export PROJECT="k8s-jkns-e2e-aws"
|
description: 'Run e2e tests on AWS using the latest successful 1.2 Kubernetes build.'
|
||||||
export AWS_CONFIG_FILE='/var/lib/jenkins/.aws/credentials'
|
job-env: |
|
||||||
export AWS_SSH_KEY='/var/lib/jenkins/.ssh/kube_aws_rsa'
|
export E2E_NAME="e2e-aws-1-2"
|
||||||
export KUBE_SSH_USER='ubuntu'
|
export JENKINS_PUBLISHED_VERSION="ci/latest-1.2"
|
||||||
# This is needed to be able to create PD from the e2e test
|
|
||||||
export AWS_SHARED_CREDENTIALS_FILE='/var/lib/jenkins/.aws/credentials'
|
|
||||||
- 'aws-release-1.1':
|
|
||||||
description: 'Run e2e tests on AWS using the latest successful 1.1 Kubernetes build.'
|
|
||||||
timeout: 240
|
|
||||||
branch: 'release-1.1'
|
|
||||||
runner: '{old-runner-1-1}'
|
|
||||||
post-env: ''
|
|
||||||
jobs:
|
jobs:
|
||||||
- 'kubernetes-e2e-{suffix}'
|
- 'kubernetes-e2e-{suffix}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user