Skip to content
Snippets Groups Projects
Commit e8bd39a3 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[Jenkins] Set OMP_NUM_THREADS to 1 for envinf1.

parent 34cbf4e2
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,9 @@ pipeline {
expression { return stage_required.build || stage_required.full }
}
agent { label "envinf1"}
environment {
OMP_NUM_THREADS = '1'
}
steps {
script {
sh 'git submodule sync'
......@@ -205,6 +208,9 @@ pipeline {
expression { return stage_required.build || stage_required.full }
}
agent { label "envinf1"}
environment {
OMP_NUM_THREADS = '1'
}
steps {
script {
configure {
......
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