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
b0fee799
Commit
b0fee799
authored
Oct 09, 2015
by
Jeff Lowdermilk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename e2e-gce-release job to e2e-gce-release-1.0
parent
273c9ce5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
e2e.sh
hack/jenkins/e2e.sh
+6
-5
No files found.
hack/jenkins/e2e.sh
View file @
b0fee799
...
@@ -374,20 +374,21 @@ case ${JOB_NAME} in
...
@@ -374,20 +374,21 @@ case ${JOB_NAME} in
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
:
${
PROJECT
:
=
"kubernetes-jenkins"
}
;;
;;
# Runs non-flaky tests on GCE on the release-
latest
branch,
# Runs non-flaky tests on GCE on the release-
1.0
branch,
# sequentially. As a reminder, if you need to change the skip list
# sequentially. As a reminder, if you need to change the skip list
# or flaky test list on the release branch, you'll need to propose a
# or flaky test list on the release branch, you'll need to propose a
# pull request directly to the release branch itself.
# pull request directly to the release branch itself.
kubernetes-e2e-gce-release
)
kubernetes-e2e-gce-release
-1.0
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-release"
}
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-release
-1.0
"
}
:
${
E2E_DOWN
:
=
"false"
}
:
${
E2E_DOWN
:
=
"false"
}
:
${
E2E_NETWORK
:
=
"e2e-gce-release"
}
:
${
E2E_NETWORK
:
=
"e2e-gce-release
-1-0
"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.skip=
$(
join_regex_allow_empty
\
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.skip=
$(
join_regex_allow_empty
\
${
GCE_DEFAULT_SKIP_TESTS
[@]
:+
${
GCE_DEFAULT_SKIP_TESTS
[@]
}}
\
${
GCE_DEFAULT_SKIP_TESTS
[@]
:+
${
GCE_DEFAULT_SKIP_TESTS
[@]
}}
\
${
GCE_RELEASE_SKIP_TESTS
[@]
:+
${
GCE_RELEASE_SKIP_TESTS
[@]
}}
\
${
GCE_RELEASE_SKIP_TESTS
[@]
:+
${
GCE_RELEASE_SKIP_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
)
"
}
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
=
"e2e-gce"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
=
"e2e-gce-1-0"
}
:
${
KUBE_GCS_STAGING_PATH_SUFFIX
:
=
"release-1.0"
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gce-release"
}
:
${
PROJECT
:
=
"k8s-jkns-e2e-gce-release"
}
;;
;;
...
...
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