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
e7ce72cf
Commit
e7ce72cf
authored
Aug 21, 2015
by
Justin Santa Barbara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AWS: Add kubernetes-e2e-aws-parallel for Jenkins
This should allow us to run tests on AWS much faster.
parent
65f4ebd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
e2e.sh
hack/jenkins/e2e.sh
+17
-2
No files found.
hack/jenkins/e2e.sh
View file @
e7ce72cf
...
...
@@ -80,8 +80,9 @@ if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
:
${
NUM_MINIONS
:
=
"100"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Performance
\s
suite
\]
"
}
else
:
${
MASTER_SIZE
:
=
"t2.small"
}
:
${
NUM_MINIONS
:
=
"2"
}
:
${
MASTER_SIZE
:
=
"m3.large"
}
:
${
MINION_SIZE
:
=
"m3.large"
}
:
${
NUM_MINIONS
:
=
"3"
}
fi
fi
...
...
@@ -206,6 +207,20 @@ case ${JOB_NAME} in
NUM_MINIONS
=
"6"
;;
# Runs all non-flaky tests on AWS in parallel.
kubernetes-e2e-aws-parallel
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-aws-e2e-parallel"
}
:
${
E2E_NETWORK
:
=
"e2e-parallel"
}
:
${
GINKGO_PARALLEL
:
=
"y"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.skip=
$(
join_regex_allow_empty
\
${
GCE_DEFAULT_SKIP_TESTS
[@]
:+
${
GCE_DEFAULT_SKIP_TESTS
[@]
}}
\
${
GCE_PARALLEL_SKIP_TESTS
[@]
:+
${
GCE_PARALLEL_SKIP_TESTS
[@]
}}
\
${
GCE_PARALLEL_FLAKY_TESTS
[@]
:+
${
GCE_PARALLEL_FLAKY_TESTS
[@]
}}
\
)
"
}
# Override AWS defaults.
NUM_MINIONS
=
"6"
;;
# Runs the flaky tests on GCE in parallel.
kubernetes-e2e-gce-parallel-flaky
)
:
${
E2E_CLUSTER_NAME
:
=
"parallel-flaky"
}
...
...
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