Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Testing.rst #1008

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions docs/Testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,7 @@ This is a common way to do it.
Pull Request Testing for spack-c2sm on GitHub
---------------------------------------------

To test a PR, create a comment ``launch jenkins [<packages>] [<machines>]``.

It will test the listed packages on the listed machines.
No package means all packages. No machine means all machines.
The order is irrelevant.

Examples
^^^^^^^^

* ``launch jenkins int2lm balfrin`` tests int2lm on balfrin.
* ``launch jenkins cosmo int2lm balfrin`` tests

* cosmo on balfrin
* int2lm on balfrin

* ``launch jenkins cosmo icon`` tests cosmo and icon on all machines.
* ``launch jenkins balfrin`` tests all packages on balfrin.
* ``launch jenkins`` tests all packages on all machines.
* ``launch jenkins all`` tests all packages on all machines.


Supported packages: all folder names in folder `packages <https://github.com/C2SM/spack-c2sm/tree/main/packages>`__.
To test a PR, create a comment ``launch jenkins``.

Supported machines:

Expand Down
Loading