Skip to content

Commit

Permalink
Merge pull request #1701 from buildtesters/fix_regression_test_result…
Browse files Browse the repository at this point in the history
…s_nersc

fix codecov invocation line in facility gitlab pipelines
  • Loading branch information
shahzebsiddiqui committed Feb 8, 2024
2 parents 091ee91 + 022b146 commit 9d43979
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitlab/ascent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ ascent_pr_regression_test:
- curl -Os https://uploader.codecov.io/latest/linux/codecov
- chmod +x codecov
# CODECOV_TOKEN environment must be set, this value is stored in CI/CD variable at https://code.ornl.gov/ecpcitest/buildtest/-/settings/ci_cd
- ./codecov -t $CODECOV_TOKEN
- ./codecov --verbose -t $CODECOV_TOKEN
- source deactivate
- rm -rf $CI_PROJECT_DIR/.conda
4 changes: 3 additions & 1 deletion .gitlab/jlse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jlse_pr_regression_test:
- source setup.sh
- pip install -r docs/requirements.txt
- python $BUILDTEST_ROOT/buildtest/tools/unittests.py -c
- curl -Os https://uploader.codecov.io/latest/linux/codecov
- chmod +x codecov
# CODECOV_TOKEN environment must be set, this value is stored in CI/CD variable at https://gitlab.jlse.anl.gov/e4s/shahzebsiddiqui/buildtest/-/settings/ci_cd
- codecov -t $CODECOV_TOKEN
- ./codecov --verbose -t $CODECOV_TOKEN
- echo $?
- source deactivate
- rm -rf $CI_PROJECT_DIR/.pyenv -y
6 changes: 3 additions & 3 deletions .gitlab/nersc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ stages:
- module load python/3.9-anaconda-2021.11
- git branch
- conda create -p $CI_PROJECT_DIR/.conda python=3.9 -y
- source activate $CI_PROJECT_DIR/.conda
- conda activate $CI_PROJECT_DIR/.conda
- source setup.sh
- pip install -r docs/requirements.txt
- python $BUILDTEST_ROOT/buildtest/tools/unittests.py -c
- echo $?
- curl -Os https://uploader.codecov.io/latest/linux/codecov
- chmod +x codecov
# CODECOV_TOKEN environment must be set, this value is stored in CI/CD variable at https://software.nersc.gov/NERSC/buildtest/-/settings/ci_cd
- codecov -t $CODECOV_TOKEN
- source deactivate
- ./codecov --verbose -t $CODECOV_TOKEN
- conda deactivate
- conda env remove -p $CI_PROJECT_DIR/.conda -y

perlmutter_test:
Expand Down
2 changes: 1 addition & 1 deletion tests/settings/jlse.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
system:
jlse:
hostnames:
- jlselogin*
- jlse*
moduletool: environment-modules
poolsize: 8
max_jobs: 10
Expand Down
2 changes: 0 additions & 2 deletions tests/settings/nersc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ system:
count: 25
terse: False
format: "name,id,state,runtime,returncode"
latest: False
oldest: False
compilers:
enable_prgenv: true
prgenv_modules:
Expand Down

0 comments on commit 9d43979

Please sign in to comment.