Skip to content

Commit

Permalink
few GitLab pipelines in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGUinness committed Feb 6, 2025
1 parent 0373f5f commit fbc393b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .gitlab-ci.yml

This file was deleted.

15 changes: 15 additions & 0 deletions ci/.gitlab-ci_ctest_create.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ctest_experment:
stage: test
script:
- git submodule update --init --recursive
- export PYTHONPATH="${PWD}/sorc/wxflow/src"
- echo $PYTHONPATH
- cd sorc
- ./link_workflow.sh
- cd ../ctests
- mkdir build; cd build
- cmake ../.. -DICSDIR_ROOT=/scratch1/NCEPDEV/global-workflow/ICSDIR_ROOT -DSTAGED_TESTS_DIR=/scratch1/NCEPDEV/global-workflow/STAGED_TESTS_DIR -DHPC_ACCOUNT='nems'
- ctest -R test_C48_ATM_gfs_fcst_seg0_setup
tags:
- local
- Rocky8
File renamed without changes.

0 comments on commit fbc393b

Please sign in to comment.