Skip to content

Commit 69f5ae3

Browse files
committed
doc: small cleanup to roberta self-test docs
1 parent 3c84e79 commit 69f5ae3

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

docs/self-test/roberta/README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,14 @@ wakes up and launches the CodeFlare CLI against a given _profile_
1616
(e.g. one that runs RoBERTa using 1 GPU, 8Gi of worker memory, using a
1717
certain branch of the code base, etc.).
1818

19-
## Prerequisites
19+
## How to Deploy the Automation
20+
21+
### Create a `github` secret, if needed
2022

2123
If your RoBERTa branch is private, you will need to provide a GitHub
2224
username and token, by creating a Kubernetes
2325
[Secret](https://kubernetes.io/docs/concepts/configuration/secret/). This
24-
secret must be named `github`, and must have two data fields. It
25-
should look something like:
26-
27-
```yaml
28-
apiVersion: v1
29-
data:
30-
GITHUB_USER: ... # output of `echo -n myusername | base64`
31-
GITHUB_TOKEN: ... # output of `echo -n $GITHUB_TOKEN | base64`
32-
kind: Secret
33-
metadata:
34-
name: github
35-
type: Opaque
36-
```
37-
38-
## How to Deploy the Automation
39-
40-
### Create a `github` secret, if needed
26+
secret must be named `github`, and must have two data fields `GITHUB_USER` and `GITHUB_TOKEN`.
4127

4228
```shell
4329
export GITHUB_USER=myusername

0 commit comments

Comments
 (0)