-
Notifications
You must be signed in to change notification settings - Fork 28
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
ci: Change workflows to publish the snap to Store for Nvidia testing #170
ci: Change workflows to publish the snap to Store for Nvidia testing #170
Conversation
canonical#170 added ssh-keys interface added ssh-public-keys interface added openssh-client for staging added bind-file layout for /use/bin/ssh
canonical#170 added ssh-keys interface added ssh-public-keys interface added openssh-client for staging added bind-file layout for /use/bin/ssh
sorry for causing confusion, the reference was meant to be to an issue, not this pr |
826a7b4
to
81654e7
Compare
Improve Nvidia test with using the last builded artifact Signed-off-by: Lincoln Wallace <[email protected]>
81654e7
to
aec17df
Compare
Signed-off-by: Lincoln Wallace <[email protected]>
Signed-off-by: Lincoln Wallace <[email protected]>
Signed-off-by: Lincoln Wallace <[email protected]>
Signed-off-by: Lincoln Wallace <[email protected]>
I suspect that the smoke-tests workflow isn’t being triggered because the “Build” workflow doesn’t exist in main branch. |
Signed-off-by: Lincoln Wallace <[email protected]>
Signed-off-by: Lincoln Wallace <[email protected]>
Signed-off-by: Lincoln Wallace <[email protected]>
Signed-off-by: Lincoln Wallace <[email protected]>
Signed-off-by: Lincoln Wallace <[email protected]>
1a51e01
to
c7fd410
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.
Looks good. Thanks. Need to merge to test the workflow triggers.
The smoke test workflow fails during the artifact download step.
Looks like it is can't find the workflow because the given workflow name (build.yml) doesn't match the actual name (build.yaml). |
This workflow has been added in #170 But the file name doesn't match the name given in the download steps in smoke and nvidia tests. Renaming to yml because this makes the extension consistent with other workflows in this repo.
This workflow has been added in #170 But the file name doesn't match the name given in the download steps in smoke and nvidia tests. Renaming to yml because this makes the extension consistent with other workflows in this repo.
Add possibility to run nvidia workflow for artifacts of PRs and separate build and upload artifact on a dedicated workflow.