Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Update yml to use new path to reg test scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
drummerdoc committed Mar 30, 2018
1 parent 3affa78 commit 087268f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
variables:
AMREX_HOME: ${CI_PROJECT_DIR}/extern/amrex
AMREX_REGTEST_HOME: ${CI_PROJECT_DIR}/extern/regression_testing
IAMR_HOME: ${CI_PROJECT_DIR}/extern/IAMR
PELE_PHYSICS_HOME: ${CI_PROJECT_DIR}/extern/PelePhysics
PELELM_HOME: $CI_PROJECT_DIR
Expand All @@ -15,14 +16,15 @@ regression:godzilla:
script:
- git clone [email protected]:Pele/PeleRegressionTesting ${PELEREGTEST_HOME} --branch development
- git clone [email protected]:AMReX-Codes/amrex.git ${AMREX_HOME} --branch development
- git clone [email protected]:AMReX-Codes/regression_testing.git ${AMREX_REGTEST_HOME}
- git clone [email protected]:AMReX-Codes/IAMR.git ${IAMR_HOME} --branch development
- git clone [email protected]:Pele/PelePhysics.git ${PELE_PHYSICS_HOME} --branch development
- cd ${PELEREGTEST_HOME}/RunnerData/godzilla/PeleLM
- \rm -rf PeleLM-benchmarks
- ncftpget -c -E -d errlog.txt -f ${HOME}/.archive.passwd ${ARCHIVE_DIR}/PeleLM-benchmarks.cpio-latest | cpio -i --preserve-modification-time
- cd ${CI_PROJECT_DIR}
- bash ${PELEREGTEST_HOME}/Scripts/prep_tests.sh ${PELEREGTEST_HOME}/Scripts/PeleLM-correct-tests-godzilla.ini tests.ini
- ${AMREX_HOME}/Tools/RegressionTesting/regtest.py --no_update All tests.ini
- ${AMREX_REGTEST_HOME}/regtest.py --no_update All tests.ini
tags:
- godzilla
only:
Expand Down

0 comments on commit 087268f

Please sign in to comment.