From 074291038c3d9246fa805907af571842368f56ac Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 2 Jan 2025 02:03:15 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 773eb78..69b4aca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,12 +69,9 @@ jobs: run: docker exec -t slurmctld julia --project=ClusterManagers -e 'using Pkg; @show Base.active_project(); Pkg.instantiate(; verbose=true); Pkg.build(; verbose=true); Pkg.status()' - name: Run tests without allocation run: docker exec -t slurmctld julia --project=ClusterManagers -e 'using Pkg; Pkg.test(; test_args=["slurm"])' - continue-on-error: true # TODO: Delete this line - name: Run tests inside allocation run: docker exec -t slurmctld salloc -t 00:10:00 -n 2 julia --project=ClusterManagers -e 'using Pkg; Pkg.test(test_args=["slurm"])' - continue-on-error: true # TODO: Delete this line - name: Run tests inside sbatch - continue-on-error: true # TODO: Delete this line run: | cat << EOF > sbatch.sh #!/bin/bash