-
Notifications
You must be signed in to change notification settings - Fork 49
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
first version of bot/check-result.sh
script
#241
Conversation
- follows what has been implemented in the EESSI/eessi-bot-software-layer for checking the result of a job - re-uses code from a small script that was run manually on a bot instance to check a job's result - also re-uses code from the check-result.sh script in EESSI/compatibility-layer
Instance
|
@trz42 Let's re-target this to the |
Sure. How do we (I) do that? |
If you hit |
Changed. |
Tested along with EESSI/eessi-bot-software-layer#174 via boegel#25, works like a charm. Thanks (again) for all the effort on this @trz42! I've collapsed this into #260 so we can merge this cleanly in one go without ignoring failing CI checks... |
…t_nessi.no renamed CI file and ported changes from EESSI
It's been tested with NESSI bot instances (see NorESSI/software-layer PR125). It requires EESSI/eessi-bot-software-layer PR174.
Because the tests for NESSI included other changes than just EESSI/eessi-bot-software-layer PR174 it would be good to repeat a more limited test.
The script contains extensive sections with examples for HTML blobs for how the produced result to be added to PR comment looks. They might be moved elsewhere (for documentation purposes) or removed.
The script is also quite long. Mostly because it really intends to support the bot to just use anything produced by the script. Probably this could be improved.
Retargeted to EESSI/2023.06.