Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address Documentation Issue #57: Include clarification on selecting m…
…ultiple node selection parameters in USAGE.md (#59) USAGE.md mentions how tests can be configured using a combination of parameters. The host, job, and nodelabel parameters all involve node selection. To clarify behavior when multiple node selection parameters are used together, I mentioned that Autopilot runs the tests on nodes that match any of the specified parameters (set union rather than set intersection). I specifically added the following sentences under the parameters list in USAGE.md: Note that if multiple node selection parameters (host, job, nodelabel) are provided together, Autopilot will run tests on nodes that match any of the specified parameters (set union). For example, the following command will run the pciebw test on all nodes that either have the label label1 OR are running the job jobKey=job2 because both nodelabel and job parameters are provided in the input: curl "http://<route-name>/status?check=pciebw&nodelabel=label1&job=default:jobKey=job2" Signed-off-by: Anish Sinha <[email protected]>
- Loading branch information