-
Notifications
You must be signed in to change notification settings - Fork 271
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-triallabel 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-trialtorocmtest-trial-2in the Jenkinsfile. It will test the node labeled withrocmtest-trial-2.

- Repeat previous step until all nodes are covered with jobs.