Skip to content

Commit 3c1b5db

Browse files
committed
update CI
1 parent 40a5728 commit 3c1b5db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/perlmutter-no-cache.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
MERCURY_DIR: "/global/cfs/cdirs/${{ secrets.NERSC_PERLMUTTER_PROJECT }}/pdc-perlmutter/mercury/install"
1818

1919
jobs:
20-
no-cache:
20+
build:
2121
runs-on:
2222
- self-hosted
2323
- perlmutter
@@ -47,7 +47,7 @@ jobs:
4747
4848
parallel-pdc:
4949
needs:
50-
- no-cache
50+
- build
5151
runs-on:
5252
- self-hosted
5353
- perlmutter
@@ -64,13 +64,13 @@ jobs:
6464
${{ github.workspace }}/${{ github.run_id }}
6565
- run: |
6666
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
67-
cd ${PDC_BUILD_PATH}/build
67+
cd ${PDC_BUILD_PATH}
6868
ctest -L parallel_pdc
6969
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
7070
7171
parallel-obj:
7272
needs:
73-
- no-cache
73+
- build
7474
- parallel-pdc
7575
runs-on:
7676
- self-hosted
@@ -88,7 +88,7 @@ jobs:
8888
${{ github.workspace }}/${{ github.run_id }}
8989
- run: |
9090
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
91-
cd ${PDC_BUILD_PATH}/build
91+
cd ${PDC_BUILD_PATH}
9292
ctest -L parallel_obj
9393
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
9494

0 commit comments

Comments
 (0)