Skip to content
Snippets Groups Projects
Commit 6dcddd71 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

add CI script to test eve related scripts

parent 157d6c74
No related branches found
No related tags found
1 merge request!9Eve update
variables:
GIT_DEPTH: 0
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_RUNNER_SHORT_TOKEN/$CI_PROJECT_PATH/$CI_COMMIT_REF_NAME/$CI_JOB_NAME/$CI_CONCURRENT_ID
stages:
- info
- test
#############
### INFOS ###
#############
show-env-vars:
stage: info
variables:
SEP: "##################################################################"
S00: "commit date - "
S01: "project: ${CI_PROJECT_PATH}"
S02: "branch: ${CI_COMMIT_REF_NAME}"
S03: "commit: ${CI_COMMIT_SHA}"
S04: "commit msg: ${CI_COMMIT_MESSAGE}"
S05: "clone base path: "
S06: "runner token: ${CI_RUNNER_SHORT_TOKEN}"
script: echo -e "${SEP}\n${S00}$(date)\n${SEP}\n${S01}\n${S02}\n${S03}\n${S04}\n${SEP}\n${S05}${GIT_CLONE_PATH}\n${S06}\n${SEP}"
#################
### TEST JOBS ###
#################
eve.chs-conda01:
stage: test
script: source hpc-module-loads/eve.chs-conda01
eve.chs-conda02:
stage: test
script: source hpc-module-loads/eve.chs-conda02
eve.gfortran102:
stage: test
script: source hpc-module-loads/eve.gfortran102
eve.gfortran122:
stage: test
script: source hpc-module-loads/eve.gfortran122
eve.intel2020b:
stage: test
script: source hpc-module-loads/eve.intel2020b
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment