You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -154,15 +154,11 @@ which was created by the `bot/check-result.sh` script.
154
154
155
155
## Testing { #testing }
156
156
157
-
!!! warning
158
-
The test phase is not implemented yet in the bot.
159
-
160
-
We intend to use the [EESSI test suite](https://github.com/EESSI/test-suite)
161
-
in different OS configurations to verify that the software that was built works as expected.
157
+
The bot also runs tests in the [EESSI test suite](test-suite/index.md) if these match the software being installed. These tests are run after the build step by the bot through the `bot/test.sh` script. The mapping of which tests will run given the built software is defined in `tests/eessi_test_mapping/software_to_tests.yml`. Lastly, the job manager reports a summary of the test results created by the `bot/check-test.sh` script.
162
158
163
159
## Deploying { #deploying }
164
160
165
-
To deploy the artefacts that were obtained in the build phase, you should add the `bot:deploy` label
161
+
To deploy the artefacts that were obtained in the build phase, you should add the `bot:deploy` label
166
162
to the pull request.
167
163
168
164
This will trigger the event handler to upload the artefacts for ingestion into the EESSI repository.
0 commit comments