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
0ad9b255
Commit
0ad9b255
authored
Feb 10, 2016
by
Isaac Hollander McCreery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for branching e2e jobs
parent
ec5b9abb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
releasing.md
docs/devel/releasing.md
+17
-11
No files found.
docs/devel/releasing.md
View file @
0ad9b255
...
...
@@ -230,17 +230,23 @@ been automated that need to happen after the branch has been cut:
the unversioned warning in docs point to the latest release series. Please
send the changes as a PR titled "Update the latestReleaseBranch to
release-X.Y in the munger".
1.
Add test jobs for the new branch. See
[
End-2-End Testing in
Kubernetes](e2e-tests.md) for the test jobs that run in CI, which are under
version control in
`hack/jenkins/e2e.sh`
(on the release branch) and
`hack/jenkins/job-configs/kubernetes-e2e.yaml`
(in
`master`
). You'll want
to duplicate/munge these for the release branch so that, as we cherry-pick
fixes onto the branch, we know that it builds, etc.
1.
Make sure all features that are supposed to be GA are covered by tests. You
can use
`hack/list-feature-tests.sh`
to see a list of tests labeled as
`[Feature:.+]`
; make sure that these are all either covered in CI jobs or
are experimental features. (The answer should already be 'yes', but this is
a good time to reconcile.)
1.
Add test jobs for the new branch.
1.
See
[
End-2-End Testing in Kubernetes
](
e2e-tests.md
)
for the test jobs
that should be running in CI, which are under version control in
`hack/jenkins/e2e.sh`
(on the release branch) and
`hack/jenkins/job-configs/kubernetes-e2e.yaml`
(in
`master`
). You'll
want to munge these for the release branch so that, as we cherry-pick
fixes onto the branch, we know that it builds, etc. (Talk with
@ihmccreery for more details.)
1.
Make sure all features that are supposed to be GA are covered by tests,
but remove feature tests on the release branch for features that aren't
GA. You can use
`hack/list-feature-tests.sh`
to see a list of tests
labeled as
`[Feature:.+]`
; make sure that these are all either covered in
CI jobs on the release branch or are experimental features. (The answer
should already be 'yes', but this is a good time to reconcile.)
1.
Make a dashboard in Jenkins that contains all of the jobs for this
release cycle, and also add them to Critical Builds. (Don't add them to
the merge-bot blockers; see kubernetes/contrib#156.)
## Injecting Version into Binaries
...
...
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