Skip to content

Conversation

@mmcky
Copy link
Contributor

@mmcky mmcky commented Nov 27, 2025

Summary

This PR adds the RunsOn configuration file (.github/runs-on.yml) which must be present on the main branch for RunsOn to recognize custom AMI images.

Why This Is Needed First

RunsOn reads the runs-on.yml configuration from the default branch (main) to identify custom images. This file needs to be merged before PR #437 can be tested.

Configuration

images:
  quantecon_ubuntu2404:
    platform: "linux"
    arch: "x64"
    ami: "ami-0edec81935264b6d3"
    region: "us-west-2"

This uses the same QuantEcon Ubuntu 24.04 AMI that is used in lecture-python.myst.

Related

Add .github/runs-on.yml with QuantEcon Ubuntu 24.04 AMI configuration.
This file must be on main branch for RunsOn to recognize the custom image.

AMI: ami-0edec81935264b6d3
Region: us-west-2

This is a prerequisite for PR #437 which enables GPU builds.
@mmcky mmcky changed the title Add RunsOn configuration file MAINT: Add RunsOn configuration file Nov 27, 2025
@github-actions
Copy link

@github-actions github-actions bot temporarily deployed to pull request November 27, 2025 03:28 Inactive
@mmcky mmcky merged commit a4b89d4 into main Nov 27, 2025
5 checks passed
@mmcky mmcky deleted the add-runson-config branch November 27, 2025 04:17
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