-
Notifications
You must be signed in to change notification settings - Fork 19
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
Platformization of examples #370
Conversation
wxtim
commented
Dec 15, 2021
•
edited
Loading
edited
- Closes TODO - platformise this example #336
- Closes TODO - consider a re-write once dynamic platform selection done #337
- Check for Non-platform config items in workflow chunks.
Added a cookie cutter warning that ideally most users shouldn't be writing their own warnings
daf50d8
to
5249996
Compare
Co-authored-by: Oliver Sanders <[email protected]>
@oliver-sanders - Responded to your review, but deliberately not resolved comments so that you can see my responses. |
df8e5b1
to
d3328ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have read the code, built the docs. One typo, one suggestion - feel free to accept or reject.
Thanks @wxtim.
Co-authored-by: Melanie Hall <[email protected]>
Co-authored-by: Melanie Hall <[email protected]>
platform = $(script-which-returns-a-platform-name) | ||
|
||
Job hosts are always selected dynamically, for the chosen platform or | ||
platform group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth adding a paragraph explaining what happens if the command exits with a non-zero return code or bump to a new issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've bumped this to #374 because:
- I've not been well enough to deal today with it.
- This PR may be at risk horrid conflicts with Mel's work.