Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cpp_sisso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
cpp_sisso
Commits
f2d5c252
Commit
f2d5c252
authored
3 years ago
by
Thomas Purcell
Browse files
Options
Downloads
Patches
Plain Diff
Add needs to .gitlab-ci
This might run tests earlier
parent
3e16f3fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
13
−
0
View file @
f2d5c252
...
...
@@ -98,6 +98,7 @@ test-intel-pytest-py:
stage
:
unit_test
dependencies
:
-
build-intel-py
needs
:
[
"
build-intel-py"
]
script
:
-
source cpp_sisso_env_intel_py/bin/activate
-
export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
...
...
@@ -114,6 +115,7 @@ test-intel-pytest-param-py:
stage
:
unit_test
dependencies
:
-
build-intel-param-py
needs
:
[
"
build-intel-param-py"
]
script
:
-
source cpp_sisso_env_intel_param_py/bin/activate
-
export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
...
...
@@ -130,6 +132,7 @@ test-intel-base-googletest:
stage
:
unit_test
dependencies
:
-
build-intel-base
needs
:
[
"
build-intel-base"
]
script
:
-
export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
-
export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/latest/linux/
...
...
@@ -145,6 +148,7 @@ test-intel-param-googletest:
stage
:
unit_test
dependencies
:
-
build-intel-param
needs
:
[
"
build-intel-param"
]
script
:
-
export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
-
export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/latest/linux/
...
...
@@ -160,6 +164,7 @@ test-intel-bin-param:
stage
:
bin_test
dependencies
:
-
build-intel-param-py
needs
:
[
"
build-intel-param-py"
]
script
:
-
source cpp_sisso_env_intel_param_py/bin/activate
-
export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
...
...
@@ -177,6 +182,7 @@ test-intel-bin-base:
stage
:
bin_test
dependencies
:
-
build-intel-py
needs
:
[
"
build-intel-py"
]
script
:
-
source cpp_sisso_env_intel_py/bin/activate
-
export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
...
...
@@ -262,6 +268,7 @@ test-gnu-pytest-py:
stage
:
unit_test
dependencies
:
-
build-gnu-py
needs
:
[
"
build-gnu-py"
]
script
:
-
source cpp_sisso_gnu_py_env/bin/activate
-
export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
...
...
@@ -274,6 +281,7 @@ test-gnu-pytest-param-py:
stage
:
unit_test
dependencies
:
-
build-gnu-param-py
needs
:
[
"
build-gnu-param-py"
]
script
:
-
source cpp_sisso_gnu_param_py_env/bin/activate
-
export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
...
...
@@ -286,6 +294,7 @@ test-gnu-base-googletest:
stage
:
unit_test
dependencies
:
-
build-gnu-base
needs
:
[
"
build-gnu-base"
]
script
:
-
export OMP_NUM_THREADS=2
-
export OMP_PLACES=cores
...
...
@@ -296,6 +305,7 @@ test-gnu-param-googletest:
stage
:
unit_test
dependencies
:
-
build-gnu-param
needs
:
[
"
build-gnu-param"
]
script
:
-
export OMP_NUM_THREADS=2
-
export OMP_PLACES=cores
...
...
@@ -306,6 +316,7 @@ test-gnu-bin-param:
stage
:
bin_test
dependencies
:
-
build-gnu-param-py
needs
:
[
"
build-gnu-param-py"
]
script
:
-
source cpp_sisso_gnu_param_py_env/bin/activate
-
export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
...
...
@@ -319,6 +330,7 @@ test-gnu-bin-base:
stage
:
bin_test
dependencies
:
-
build-gnu-py
needs
:
[
"
build-gnu-py"
]
script
:
-
source cpp_sisso_gnu_py_env/bin/activate
-
export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
...
...
@@ -372,6 +384,7 @@ pages:
stage
:
doc_builds
dependencies
:
-
build-gnu-lcov
needs
:
[
"
build-gnu-lcov"
]
script
:
-
source cpp_sisso_gnu_lcov_env/bin/activate
-
export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7/:$LD_LIBRARY_PATH
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment