Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit 3774f86

Browse files
committed
Remove Jenkins from robotest documentation.
We no longer use Jenkins for Robotest's CI or release proceses. It has been replaced by Drone CI.
1 parent fa79cb6 commit 3774f86

File tree

2 files changed

+5
-33
lines changed

2 files changed

+5
-33
lines changed

RELEASE.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ To github.com:gravitational/robotest.git
8686
* [new tag] v2.0.0 -> v2.0.0
8787
```
8888

89-
### Create a draft release in GitHub.
89+
Pushing a tag to GitHub will automatically kick of the Drone CI 'publish' job.
90+
The new artifacts will appear in quay.io shortly.
91+
92+
### Create a Release in GitHub.
9093

9194
Navigate to https://github.com/gravitational/robotest/releases/tag/v2.0.0
9295

@@ -95,30 +98,6 @@ Click Edit Tag. Enter "Robotest 2.0.0" in the "Release Title" field.
9598
Add a concise note about what the release contains in the "Describe this
9699
release" field.
97100

98-
Click "Save Draft".
99-
100-
## Release
101-
With all the preperation taken care of, publishing the release will take only
102-
a minute or two, making the artifacts and release history publicly available.
103-
104-
### Run the "Robotest-publish" Jenkins job.
105-
106-
Navigate to: https://jenkins.gravitational.io/view/Robotest/job/Robotest-publish/
107-
108-
Click "Build with Parameters".
109-
110-
Enter your tag into the "GIT_REF" field, prefixed with "tags/" e.g. `tags/v2.0.0`
111-
112-
Ignore Robotest-publish's TAG parameter. This is unneeded when an annotated
113-
git tag is used.
114-
115-
Build!
116-
117-
After the build & publish completes successfully verify the new image tag
118-
is present in https://quay.io/repository/gravitational/robotest-suite.
119-
120-
### Publish the draft GitHub release.
121-
After the new quay.io artifact is available, publish the draft release
122-
created earlier in the Prepare step.
101+
Click "Publish Release".
123102

124103
Congratulations! Robotest is released!

suite/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ ${SCRIPT} install='{"nodes":1,"flavor":"one"}'
5959

6060
```
6161

62-
## Jenkins
63-
64-
* [Compile and test specific telekube branch](https://jenkins.gravitational.io/view/robotest/job/robotest-run/)
65-
* [Compile and publish Robotest](https://jenkins.gravitational.io/view/robotest/job/Robotest-publish/)
66-
67-
Additionaly `gravity-pr` pipelines are parameterized, and will run set of robotest suites from `scripts/robotest`.
68-
6962
## In development
7063

7164
The following commands in gravity repository will build telekube

0 commit comments

Comments
 (0)