Skip to content

Commit 21dc477

Browse files
committed
Fix CI
1 parent 199b2c7 commit 21dc477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
id: alloc_nodes
1818
run: |
1919
pushd examples/cpp/micro-bench/launcher
20-
(srun --nodes=2 --ntasks-per-node=1 --cpus-per-task=8 --partition=devel --job-name=rpc_ci sleep 10000 &) || true
20+
# (srun --nodes=2 --ntasks-per-node=1 --cpus-per-task=8 --partition=devel --job-name=rpc_ci sleep 10000 &) || true
21+
sbatch /home/geng.161/slurm_grpc_ci.sh
2122
# Wait allocation done
2223
while ! squeue -n rpc_ci --long -u $USER | grep -q "RUNNING"; do
2324
sleep 1

0 commit comments

Comments
 (0)