Skip to content

Set up GitHub Actions Workflow for Testing Parsl with Flux #8

Set up GitHub Actions Workflow for Testing Parsl with Flux

Set up GitHub Actions Workflow for Testing Parsl with Flux #8

Workflow file for this run

name: Test Flux Scheduler
on:
pull_request: []
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: read
strategy:
fail-fast: false
matrix:
container: ['fluxrm/flux-sched:focal']
container:
image: ${{ matrix.container }}
options: "--platform=linux/amd64 --user root -it --init"
name: ${{ matrix.container }}
steps:

Check failure on line 20 in .github/workflows/parsl+flux.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/parsl+flux.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20
- name: Make Space
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
run: |
apt-get update && apt-get install -y python3-pip curl
- name: Install Parsl
run: |
pip3 install .
- name: Verify Parsl Installation
run: |
pytest parsl/tests/ -k "not cleannet" --config parsl/tests/configs/local_threads.py --random-order --durations 10
- name: Start Flux
run: |
flux start flux version