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
e05724ce
Commit
e05724ce
authored
Jan 07, 2016
by
Isaac Hollander McCreery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly run GCE_PARALLEL_SKIP_TESTS in reboot suites
parent
13260188
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
e2e.sh
hack/jenkins/e2e.sh
+13
-6
No files found.
hack/jenkins/e2e.sh
View file @
e05724ce
...
...
@@ -498,11 +498,16 @@ case ${JOB_NAME} in
NUM_NODES
=
${
NUM_NODES_PARALLEL
}
;;
# Run
s only the reboot tests
on GCE.
# Run
the GCE_PARALLEL_SKIP_TESTS
on GCE.
kubernetes-e2e-gce-reboot
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-reboot"
}
:
${
E2E_NETWORK
:
=
"e2e-reboot"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Reboot"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
$(
join_regex_allow_empty
\
${
GCE_PARALLEL_SKIP_TESTS
[@]
:+
${
GCE_PARALLEL_SKIP_TESTS
[@]
}}
\
)
--ginkgo.skip=
$(
join_regex_no_empty
\
${
GCE_DEFAULT_SKIP_TESTS
[@]
:+
${
GCE_DEFAULT_SKIP_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-reboot"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
;;
...
...
@@ -617,17 +622,19 @@ case ${JOB_NAME} in
)
"
}
;;
# Run the GCE_PARALLEL_SKIP_TESTS on GKE.
kubernetes-e2e-gke-ci-reboot
)
:
${
E2E_CLUSTER_NAME
:
=
"jkns-gke-e2e-ci-reboot"
}
:
${
E2E_NETWORK
:
=
"e2e-gke-ci-reboot"
}
:
${
E2E_SET_CLUSTER_API_VERSION
:
=y
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gke-ci-reboot"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.skip=
$(
join_regex_allow_empty
\
"
\[
Skipped
\]
"
\
${
GKE_DEFAULT_SKIP_TESTS
[@]
:+
${
GKE_DEFAULT_SKIP_TESTS
[@]
}}
\
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
$(
join_regex_allow_empty
\
${
GCE_PARALLEL_SKIP_TESTS
[@]
:+
${
GCE_PARALLEL_SKIP_TESTS
[@]
}}
\
)
--ginkgo.skip=
$(
join_regex_no_empty
\
${
GCE_DEFAULT_SKIP_TESTS
[@]
:+
${
GCE_DEFAULT_SKIP_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
${
G
CE_SLOW_TESTS
[@]
:+
${
GCE_SLOW
_TESTS
[@]
}}
\
${
G
KE_DEFAULT_SKIP_TESTS
[@]
:+
${
GKE_DEFAULT_SKIP
_TESTS
[@]
}}
\
)
"
}
;;
...
...
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