Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 7, 2026

Adds a GitHub Actions workflow that runs nightly to validate Iris against Triton's main branch, catching compatibility regressions early.

Workflow Design

  • Trigger: Nightly at 2 AM UTC (cron: '0 2 * * *') + manual dispatch
  • Image Build: Modifies apptainer/iris.def in-place to checkout Triton main instead of pinned commit
    • Uses pattern s/git checkout [0-9a-f]\{40\}/git checkout main/ for robustness
    • Stores image at ~/iris-apptainer-nightly/iris-dev-nightly.sif to avoid cache conflicts
  • Test Matrix: 20 jobs covering 5 test suites × 4 GPU ranks (1, 2, 4, 8)
  • Permissions: Minimal (contents: read)

Changes

  • .github/workflows/iris-nightly-triton-test.yml - 201-line workflow
  • README.md - Added workflow status badge

The workflow reuses existing test infrastructure (container_exec.sh, run_tests_distributed.py) and passes custom image via --image flag.

Original prompt

This section details on the original issue you should resolve

<issue_title>Nightly tests using latest Triton</issue_title>
<issue_description>We would like a GitHub action that runs nightly, builds a new apptainer image using the latest Triton version and run all the tests. Possible implementation is to create a new branch, in-place modify the .def file, then run the action but open to other implementations ideas. It is fine to not report anything and users can check the CI action logs to see success/failure or see CI result via email.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 4 commits February 7, 2026 14:25
Co-authored-by: mawad-amd <112003944+mawad-amd@users.noreply.github.com>
Co-authored-by: mawad-amd <112003944+mawad-amd@users.noreply.github.com>
Co-authored-by: mawad-amd <112003944+mawad-amd@users.noreply.github.com>
Co-authored-by: mawad-amd <112003944+mawad-amd@users.noreply.github.com>
Copilot AI changed the title [WIP] Add nightly tests using latest Triton version Add nightly workflow for testing with latest Triton Feb 7, 2026
Copilot AI requested a review from mawad-amd February 7, 2026 14:30
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.

Nightly tests using latest Triton

2 participants