Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
1fb3347b
Commit
1fb3347b
authored
Dec 06, 2019
by
Andreas Marek
Browse files
Gitlab CI: also in this branch test all GPU setups
parent
bd3e7e09
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1fb3347b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
1fb3347b
...
...
@@ -670,9 +670,9 @@ for cc, fc, m, o, p, a, b, g, instr, addr, na in product(
print
(
"# "
+
cc
+
"-"
+
fc
+
"-"
+
m
+
"-"
+
o
+
"-"
+
p
+
"-"
+
a
+
"-"
+
b
+
"-"
+
g
+
"-"
+
cov
+
"-"
+
instr
+
"-"
+
addr
)
print
(
cc
+
"-"
+
fc
+
"-"
+
m
+
"-"
+
o
+
"-"
+
p
+
"-"
+
a
+
"-"
+
b
+
"-"
+
g
+
"-"
+
cov
+
"-"
+
instr
+
"-"
+
addr
+
"-jobs:"
)
if
(
MasterOnly
):
print
(
" only:"
)
print
(
" - /.*master.*/"
)
#
if (MasterOnly):
#
print(" only:")
#
print(" - /.*master.*/")
if
(
instr
==
"power8"
):
print
(
" allow_failure: true"
)
print
(
" tags:"
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment