Skip to content

[packaging] Use local copies of get-pip.py for bootstrapping #49

[packaging] Use local copies of get-pip.py for bootstrapping

[packaging] Use local copies of get-pip.py for bootstrapping #49

name: ReFrame CI / Scheduler backend tests
on:
pull_request: []
jobs:
scheduler-test:
runs-on: ubuntu-latest
strategy:
matrix:
scheduler: ['pbs', 'squeue', 'torque']
steps:
- uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Images
run: |
docker compose -f .github/pseudo-cluster/docker-compose.yml build
- name: Run Unittests with ${{ matrix.scheduler }} scheduler
run: |
BACKEND=${{ matrix.scheduler }} docker compose -f .github/pseudo-cluster/docker-compose.yml up --abort-on-container-exit --exit-code-from frontend