File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : self-hosted
88 env :
9- DBG_PREFIX : /home/geng.161 /.cache/grpc_dbg
10- REL_PREFIX : /home/geng.161 /.cache/grpc_rel
9+ DBG_PREFIX : /users/PAS0350/geng161 /.cache/grpc_dbg
10+ REL_PREFIX : /users/PAS0350/geng161 /.cache/grpc_rel
1111 steps :
1212 - uses : actions/checkout@v2
1313 with :
1919 pushd examples/cpp/micro-bench/launcher
2020 # (srun --nodes=2 --ntasks-per-node=1 --cpus-per-task=8 --partition=devel --job-name=rpc_ci sleep 10000 &) || true
2121 if ! squeue -n rpc_ci --long -u $USER | grep -q "RUNNING"; then
22- sbatch /home/geng.161/slurm_grpc_ci .sh
22+ sbatch /users/PAS0350/geng161/runners/grpc-rdma-ci .sh
2323 # Wait allocation done
2424 while ! squeue -n rpc_ci --long -u $USER | grep -q "RUNNING"; do
2525 sleep 1
You can’t perform that action at this time.
0 commit comments