Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ff64185c
Commit
ff64185c
authored
Nov 12, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17070 from jlowdermilk/gke-soak
Auto commit by PR queue bot
parents
986dd3ea
87895fdb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
e2e.sh
hack/jenkins/e2e.sh
+32
-0
No files found.
hack/jenkins/e2e.sh
View file @
ff64185c
...
@@ -728,6 +728,38 @@ case ${JOB_NAME} in
...
@@ -728,6 +728,38 @@ case ${JOB_NAME} in
MINION_SIZE
=
"n1-standard-2"
MINION_SIZE
=
"n1-standard-2"
;;
;;
# Sets up the GKE soak cluster weekly using the latest CI release.
kubernetes-soak-weekly-deploy-gke
)
:
${
GKE_API_ENDPOINT
:
=
"https://test-container.sandbox.googleapis.com/"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gke-soak-weekly"
}
:
${
E2E_DOWN
:
=
"false"
}
:
${
E2E_NETWORK
:
=
"gke-soak-weekly"
}
:
${
E2E_SET_CLUSTER_API_VERSION
:
=y
}
:
${
JENKINS_PUBLISHED_VERSION
:
=
"ci/latest"
}
:
${
E2E_TEST
:
=
"false"
}
:
${
E2E_UP
:
=
"true"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
# Need at least n1-standard-2 nodes to run kubelet_perf tests
MINION_SIZE
=
"n1-standard-2"
;;
# Runs tests on GKE soak cluster.
kubernetes-soak-continuous-e2e-gke
)
:
${
GKE_API_ENDPOINT
:
=
"https://test-container.sandbox.googleapis.com/"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gke-soak-weekly"
}
:
${
E2E_NETWORK
:
=
"gke-soak-weekly"
}
:
${
E2E_DOWN
:
=
"false"
}
:
${
E2E_UP
:
=
"false"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
:
${
E2E_OPT
:
=
"--check_version_skew=false"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.skip=
$(
join_regex_allow_empty
\
${
GKE_DEFAULT_SKIP_TESTS
[@]
:+
${
GKE_DEFAULT_SKIP_TESTS
[@]
}}
\
${
GCE_DEFAULT_SKIP_TESTS
[@]
:+
${
GCE_DEFAULT_SKIP_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
${
GCE_SOAK_CONTINUOUS_SKIP_TESTS
[@]
:+
${
GCE_SOAK_CONTINUOUS_SKIP_TESTS
[@]
}}
\
)
"
}
;;
# kubernetes-upgrade-gke
# kubernetes-upgrade-gke
#
#
# This suite:
# This suite:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment