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
This pull request updates the smoke test GitHub Actions workflow to
improve runner selection and environment setup, as well as to ensure
more robust artifact uploading. The most important changes are grouped
below:
**Runner selection and environment setup:**
* Added a step to extract and format a unique runner ID from the
`RUNNER_NAME` environment variable, and exposed it as a workflow output
(`runner-id`) for downstream jobs.
* Changed the runner specification for the `validation-run-tests` job to
use the dynamically determined `runner-id` output from the previous job,
enabling more flexible and targeted runner selection.
* Updated the replacement of the `MTL_PATH_PLACEHOLDER` in the test
configuration file to use the current workspace path instead of a
secret, simplifying environment setup.
**Artifact upload robustness:**
* Modified the report upload step to always run, regardless of previous
step outcomes, ensuring test reports are uploaded even if earlier steps
fail.
0 commit comments