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

Automate GitHub runner deployment for stackhpc-release-train #252

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

markgoddard
Copy link

  • Add Terraform and Ansible to deploy GitHub runner VMs
  • CI: Pin Python to 3.11.x

On 3.12 we get the following failure:

  AttributeError: '_AnsiblePathHookFinder' object has no attribute 'find_spec'

Possibly ansible-core 2.12 is too old for Python 3.12.
@markgoddard markgoddard requested a review from a team as a code owner October 17, 2023 10:45
@markgoddard markgoddard self-assigned this Oct 17, 2023
@markgoddard markgoddard changed the title srt runners Automate GitHub runner deployment for stackhpc-release-train Oct 17, 2023
Copy link
Contributor

@jackhodgkiss jackhodgkiss left a comment

Choose a reason for hiding this comment

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

LGTM.

@markgoddard markgoddard requested review from Alex-Welsh and a team October 17, 2023 10:54
Copy link
Contributor

@Alex-Welsh Alex-Welsh left a comment

Choose a reason for hiding this comment

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

@markgoddard markgoddard merged commit ffae5bd into main Oct 17, 2023
4 checks passed
@markgoddard markgoddard deleted the srt-runners branch October 17, 2023 10:54
state: started
enabled: true
become: true
when: runner_state | default('started') == 'started'
Copy link
Author

Choose a reason for hiding this comment

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

@jackhodgkiss you might want to borrow this bit for SKC

@markgoddard
Copy link
Author

Thanks to @jackhodgkiss for a lot of the pieces for this coming from terraform-kayobe-multinode and the GH runner automation.

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.

3 participants