Skip to content

Comments

Add docker based CI#237

Merged
mawad-amd merged 6 commits intomainfrom
muhaawd/docker-ci
Oct 15, 2025
Merged

Add docker based CI#237
mawad-amd merged 6 commits intomainfrom
muhaawd/docker-ci

Conversation

@mawad-amd
Copy link
Collaborator

Motivation

Technical Details

Test Plan

Test Result

Submission Checklist

Copilot AI review requested due to automatic review settings October 15, 2025 18:03
@github-actions github-actions bot added in-progress We are working on it iris Iris project issue labels Oct 15, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enhances the Iris CI pipeline by adding Docker support alongside existing Apptainer functionality. The changes create universal container scripts that automatically detect and use either Docker or Apptainer runtime.

  • Refactored CI workflows to use unified container scripts instead of hardcoded Apptainer commands
  • Added universal container management scripts that support both Docker and Apptainer runtimes
  • Simplified test execution by removing manual overlay image management and container binding

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
.github/workflows/iris-tests-apptainer.yml Updated to use universal container scripts and simplified test execution
.github/workflows/iris-performance-regression-test.yml Refactored to use generic container build and execution scripts
.github/workflows/iris-external-validation-test.yml Migrated from hardcoded Apptainer commands to universal container execution
.github/scripts/run_tests.sh Enhanced test runner to accept GPU device parameters and use container execution
.github/scripts/run_perf_benchmark.sh Refactored benchmark runner to use universal container execution approach
.github/scripts/container_run.sh New universal script for running containers with either Docker or Apptainer
.github/scripts/container_exec.sh New universal script for executing commands in containers with runtime detection
.github/scripts/container_build.sh New universal script for building containers with automatic runtime detection

@mawad-amd mawad-amd merged commit f41d6b5 into main Oct 15, 2025
14 of 15 checks passed
@mawad-amd mawad-amd deleted the muhaawd/docker-ci branch October 15, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in-progress We are working on it iris Iris project issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant