We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199b2c7 commit 21dc477Copy full SHA for 21dc477
.github/workflows/ci.yml
@@ -17,7 +17,8 @@ jobs:
17
id: alloc_nodes
18
run: |
19
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
+ # (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
22
# Wait allocation done
23
while ! squeue -n rpc_ci --long -u $USER | grep -q "RUNNING"; do
24
sleep 1
0 commit comments