-
Notifications
You must be signed in to change notification settings - Fork 23
Make SMS the default runner environment #1646
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
Conversation
It obviously works, but do you know why this says the env is SMS for an upgrade job? Just a visual bug maybe? https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/15069754840/job/42364136409?pr=1646#step:1:18 |
Because the default input for the chosen environment, I don't think, can be defined by a ternary operator dependent on another input variable (upgrade) being defined at the same time. Therefore, the default for the environment input (SMS) corresponds appropriately to the upgrade variable default (false), and so only when the upgrade is set to We could remove the input all together and define the environment in the ternary operator but, considering we are planning a full move to SMS of all tasks, this will be required. |
No description provided.