Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Theofilos Manitaras <[email protected]>
  • Loading branch information
teojgo committed Sep 26, 2024
1 parent 9e9d692 commit 45541fb
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 332 deletions.
6 changes: 0 additions & 6 deletions .github/pseudo-cluster/reframe/cgroup.conf

This file was deleted.

1 change: 1 addition & 0 deletions .github/pseudo-cluster/reframe/cgroup.conf
2 changes: 1 addition & 1 deletion .github/pseudo-cluster/reframe/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ echo "Running unittests with backend scheduler: ${BACKEND}"

tempdir=$(mktemp -d -p /scratch)
TMPDIR=$tempdir ./test_reframe.py -v \
--rfm-user-config=config/ci-cluster.py \
--rfm-user-config=ci-scripts/configs/ci-cluster.py \
--rfm-user-system=pseudo-cluster:compute-${BACKEND:-squeue}
153 changes: 0 additions & 153 deletions .github/pseudo-cluster/reframe/slurm.conf

This file was deleted.

1 change: 1 addition & 0 deletions .github/pseudo-cluster/reframe/slurm.conf
2 changes: 1 addition & 1 deletion .github/workflows/test-schedulers.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Schedulers
name: ReFrame CI / Scheduler backend tests
on:
pull_request: []

Expand Down
169 changes: 0 additions & 169 deletions Jenkinsfile

This file was deleted.

4 changes: 2 additions & 2 deletions ci-scripts/ci-runner.bash
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ else
for backend in slurm pbs torque; do
echo "[INFO] Running unit tests with ${backend}"
TMPDIR=$tempdir checked_exec ./test_reframe.py ${parallel_opts} \
--rfm-user-config=config/cscs-ci.py \
--rfm-user-config=ci-scripts/configs/cscs-ci.py \
-W=error::reframe.core.warnings.ReframeDeprecationWarning \
--rfm-user-system=dom:${backend} -ra
done
export PATH=$PATH_save
else
echo "[INFO] Running unit tests"
TMPDIR=$tempdir checked_exec ./test_reframe.py ${parallel_opts} \
--rfm-user-config=config/cscs-ci.py \
--rfm-user-config=ci-scripts/configs/cscs-ci.py \
-W=error::reframe.core.warnings.ReframeDeprecationWarning -ra
fi

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 45541fb

Please sign in to comment.