Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
abbe4e45
Commit
abbe4e45
authored
Sep 19, 2018
by
jhskone
Browse files
add user qe and run test as user qe from /home/qe/ ; reduce num tasks for test from 28 to 14
parent
bf30f426
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
abbe4e45
...
...
@@ -147,9 +147,11 @@ west_test_gamma_intel:
-
git describe
-
make
-
ls ../bin
-
adduser -q --disabled-password --gecos qe qe
-
cp -r test-suite /home/qe
-
su - qe
-
cd test-suite
-
sleep
600
-
make NP=28 NI=1 NT=1
-
make NP=14 NI=1 NT=1
west_test_gamma_gcc
:
tags
:
[
rcc
,
docker
,
node-01
]
...
...
@@ -169,8 +171,11 @@ west_test_gamma_gcc:
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
cd West
-
make > /dev/null
-
adduser -q --disabled-password --gecos qe qe
-
cp -r test-suite /home/qe
-
su - qe
-
cd test-suite
-
make NP=
28
NI=1 NT=1
-
make NP=
14
NI=1 NT=1
west_doc_build
:
tags
:
[
rcc
,
docker
,
node-01
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment