-
Notifications
You must be signed in to change notification settings - Fork 230
How to manually run CI job with parameters
Artem Tamazov edited this page Sep 15, 2021
·
2 revisions
Please look at
- https://github.com/ROCmSoftwarePlatform/MIOpen/pull/868#issuecomment-823529901
- https://github.com/ROCmSoftwarePlatform/MIOpen/pull/868#issuecomment-823567676
- Use the
rocmtest-trial
label for the one of the nodes. Userocmtest-trial-N
(where N is 2, 3, 4 and so on) for other nodes. Assign unique N for each node. - Run the trial branch. The job will begin testing the first node.
- Open the page of this job at Jenkins Web UI (begin from micimaster.amd.com/job/MLLibs/job/MIOpen). At that page, use the
[Replay]
button to run the job again. Before launching the job, change changerocmtest-trial
torocmtest-trial-2
in the Jenkinsfile. It will test the node labeled withrocmtest-trial-2
.
- Repeat previous step until all nodes are covered with jobs.