Skip to content
Snippets Groups Projects
Commit 76bfc2cf authored by Gab's avatar Gab
Browse files

added all phases for Smilei in CI

parent 70c68b41
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ stages:
- compile
- run-small
- run
- validate
.runner: &runner
tags:
......@@ -22,11 +23,42 @@ stages:
- cd ${APP_NAME}
- ./download.sh
.compile-app: &compile-app
stage: compile
script:
- cd ${APP_NAME}
- ./compile.sh occigen-bdw
.run-small: &run-small
stage: run-small
script:
- cd ${APP_NAME}/testcase_small
- ./prepare.sh occigen-bdw
- ./run.sh
when: manual
.validate-small: &validate-small
stage: validate
script:
- cd ${APP_NAME}/testcase_small
- ./prepare.sh occigen-bdw
- ./validate.sh
when: manual
#GLOBAL WORKFLOW
dl-smilei:
<<: *smilei
<<: *download-app
compile-smilei:
<<: *smilei
<<: *compile-app
small-smilei:
<<: *smilei
<<: *run-small
validate-small-smilei:
<<: *smilei
<<: *validate-small
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment