Skip to content

Commit

Permalink
update NERSC CI name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Dec 12, 2023
1 parent 1bc9e80 commit d1ae89a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ perlmutter-metrics:
rules:
- if: '$METRICS == "true"'
needs:
- perlmutter-build
- perlmutter-cache-build
tags:
- perlmutter
variables:
Expand All @@ -330,9 +330,9 @@ perlmutter-metrics:
PDC_TMPDIR: "${PDC_BUILD_PATH}/pdc-tmp-metrics"
PDC_DATA_LOC: "${PDC_BUILD_PATH}/pdc-data-metrics"
PDC_CLIENT_LOOKUP: "NONE"
PDC_SERVER: "${PDC_BUILD_PATH}/perlmutter/bin/pdc_server.exe"
PDC_SERVER_CLOSE: "${PDC_BUILD_PATH}/perlmutter/bin/close_server"
PDC_CLIENT: "${PDC_BUILD_PATH}/perlmutter/bin/vpicio_mts"
PDC_SERVER: "${PDC_BUILD_PATH}/perlmutter/cache/bin/pdc_server.exe"
PDC_SERVER_CLOSE: "${PDC_BUILD_PATH}/perlmutter/cache/bin/close_server"
PDC_CLIENT: "${PDC_BUILD_PATH}/perlmutter/cache/bin/vpicio_mts"
PDC_JOB_OUTPUT: "pdc-metrics.log"
script:
- hostname
Expand Down

0 comments on commit d1ae89a

Please sign in to comment.