Skip to content

fix: nest parameter properties in their own section #12

fix: nest parameter properties in their own section

fix: nest parameter properties in their own section #12

Workflow file for this run

name: test jobspec
on:
pull_request: []
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
container: ['fluxrm/flux-sched:jammy']
container:
image: ${{ matrix.container }}
options: "--platform=linux/amd64 --user root -it --init"
name: ${{ matrix.container }}
steps:
- name: Make Space
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
- name: Checkout
uses: actions/checkout@v4
- name: Install jobspec
run: |
apt-get update && apt-get install -y python3-pip
pip3 install .
# Any additional examples added here will be tested
- name: Start Flux and Run Examples
run: |
which jobspec
flux start jobspec run ./examples/hello-world-jobspec.yaml
flux start jobspec run ./examples/hello-world-batch.yaml
flux start python3 ./examples/flux/receive-job.py