Skip to content
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

Adds a workflow to create an AIO #1150

Draft
wants to merge 8 commits into
base: stackhpc/2023.1
Choose a base branch
from

Conversation

jovial
Copy link
Contributor

@jovial jovial commented Jul 10, 2024

This creates an AIO with the usual workflow but doesn't delete it. The idea is you can login with a secondary key and debug why the failure is occurring. Just remember to manually delete the VM afterwards.

@@ -1,328 +1,36 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's going on here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, it so I could test it before merging. I needed the action to already exist in https://github.com/stackhpc/stackhpc-kayobe-config/actions
to be able to trigger it before merging . The idea was to move to a new file once it worked. Not sure if there is an easier way?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps add a workflow_dispatch trigger to the PR workflow?

Comment on lines +13 to +15
%{ if debug_ssh_key != "" }
- ${debug_ssh_key}
%{ endif }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this approach. We should do something similar for multinodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants