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
7c170c01
Commit
7c170c01
authored
Jan 29, 2016
by
Fabio Yeon
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20348 from ihmccreery/remove-reboot
Remove -reboot and -parallel test suites
parents
a74fe068
36a55566
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
58 deletions
+0
-58
e2e.sh
hack/jenkins/e2e.sh
+0
-42
kubernetes-e2e.yaml
hack/jenkins/job-configs/kubernetes-e2e.yaml
+0
-16
No files found.
hack/jenkins/e2e.sh
View file @
7c170c01
...
@@ -410,24 +410,6 @@ case ${JOB_NAME} in
...
@@ -410,24 +410,6 @@ case ${JOB_NAME} in
NUM_NODES
=
${
NUM_NODES_PARALLEL
}
NUM_NODES
=
${
NUM_NODES_PARALLEL
}
;;
;;
# Runs all non-flaky tests on GCE in parallel.
kubernetes-e2e-gce-parallel
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-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_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
${
GCE_SLOW_TESTS
[@]
:+
${
GCE_SLOW_TESTS
[@]
}}
\
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-test-parallel"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
:
${
ENABLE_DEPLOYMENTS
:
=true
}
# Override GCE defaults
NUM_NODES
=
${
NUM_NODES_PARALLEL
}
;;
# Runs all non-flaky tests on AWS in parallel.
# Runs all non-flaky tests on AWS in parallel.
kubernetes-e2e-aws-parallel
)
kubernetes-e2e-aws-parallel
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-aws-e2e-parallel"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-aws-e2e-parallel"
}
...
@@ -461,15 +443,6 @@ case ${JOB_NAME} in
...
@@ -461,15 +443,6 @@ case ${JOB_NAME} in
NUM_NODES
=
${
NUM_NODES_PARALLEL
}
NUM_NODES
=
${
NUM_NODES_PARALLEL
}
;;
;;
# Run the Reboot tests on GCE. (#19681)
kubernetes-e2e-gce-reboot
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-reboot"
}
:
${
E2E_NETWORK
:
=
"e2e-reboot"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=Reboot"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-reboot"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
;;
# Run the [Serial], [Disruptive], and [Feature:Restart] tests on GCE.
# Run the [Serial], [Disruptive], and [Feature:Restart] tests on GCE.
kubernetes-e2e-gce-serial
)
kubernetes-e2e-gce-serial
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-serial"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-serial"
}
...
@@ -614,21 +587,6 @@ case ${JOB_NAME} in
...
@@ -614,21 +587,6 @@ case ${JOB_NAME} in
:
${
GINKGO_PARALLEL
:
=
"y"
}
:
${
GINKGO_PARALLEL
:
=
"y"
}
;;
;;
# 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.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
[@]
}}
\
)
"
}
;;
kubernetes-e2e-gke-flaky
)
kubernetes-e2e-gke-flaky
)
:
${
E2E_CLUSTER_NAME
:
=
"kubernetes-gke-e2e-flaky"
}
:
${
E2E_CLUSTER_NAME
:
=
"kubernetes-gke-e2e-flaky"
}
:
${
E2E_NETWORK
:
=
"gke-e2e-flaky"
}
:
${
E2E_NETWORK
:
=
"gke-e2e-flaky"
}
...
...
hack/jenkins/job-configs/kubernetes-e2e.yaml
View file @
7c170c01
...
@@ -45,15 +45,9 @@
...
@@ -45,15 +45,9 @@
-
'
gce-flaky'
:
-
'
gce-flaky'
:
description
:
'
Run
E2E
tests
on
GCE
using
the
latest
successful
build.
Limit
to
known-flaky
tests.'
description
:
'
Run
E2E
tests
on
GCE
using
the
latest
successful
build.
Limit
to
known-flaky
tests.'
timeout
:
180
timeout
:
180
-
'
gce-parallel'
:
description
:
'
Run
E2E
tests
using
Ginkgo'
'
s
parallel
test
runner
on
GCE
using
the
latest
successful
build.'
timeout
:
120
-
'
gce-parallel-flaky'
:
-
'
gce-parallel-flaky'
:
description
:
'
Run
E2E
tests
using
Ginkgo'
'
s
parallel
test
runner
on
GCE
using
the
latest
successful
build.
Limit
to
known-flaky
tests.'
description
:
'
Run
E2E
tests
using
Ginkgo'
'
s
parallel
test
runner
on
GCE
using
the
latest
successful
build.
Limit
to
known-flaky
tests.'
timeout
:
90
timeout
:
90
-
'
gce-reboot'
:
description
:
'
Run
E2E
reboot
tests
on
GCE
using
the
latest
successful
build.
The
reboot
tests
are
currently
flaky
and
causing
other
tests
to
fail,
so
we
quarantine
them
into
this
project
and
dedicated
test
cluster.'
timeout
:
300
-
'
gce-scalability'
:
-
'
gce-scalability'
:
description
:
'
Run
scalability
E2E
tests
on
GCE
using
the
latest
successful
build.'
description
:
'
Run
scalability
E2E
tests
on
GCE
using
the
latest
successful
build.'
timeout
:
210
timeout
:
210
...
@@ -82,16 +76,6 @@
...
@@ -82,16 +76,6 @@
-
'
gke-slow'
:
-
'
gke-slow'
:
description
:
'
Run
slow
E2E
tests
on
GKE
using
the
latest
successful
build.'
description
:
'
Run
slow
E2E
tests
on
GKE
using
the
latest
successful
build.'
timeout
:
300
timeout
:
300
-
'
gke-ci-reboot'
:
description
:
|
Run e2e tests using the following config:<br>
- provider: GKE<br>
- apiary: staging<br>
- borg job: test<br>
- client (kubectl): ci/latest.txt<br>
- cluster (k8s): ci/latest.txt<br>
- tests: ci/latest.txt
timeout
:
300
-
'
gke-flaky'
:
-
'
gke-flaky'
:
description
:
|
description
:
|
Run flaky e2e tests using the following config:<br>
Run flaky e2e tests using the following config:<br>
...
...
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