Skip to content

Commit 0a0482e

Browse files
committed
Migrate CI server to OSC
1 parent a4260a8 commit 0a0482e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
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:
@@ -19,7 +19,7 @@ jobs:
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

0 commit comments

Comments
 (0)