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
1f196219
Commit
1f196219
authored
Apr 26, 2018
by
Pavel Kus
Browse files
reducing the number of tests for non-master branches
NOT testing with gpu, NOT testing with no-assumed-size
parent
00cf5f05
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1f196219
This diff is collapsed.
Click to expand it.
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
1f196219
...
...
@@ -582,6 +582,10 @@ for cc, fc, m, o, p, a, b, g, instr, addr, na in product(
MasterOnly
=
True
if
(
instr
!=
"avx"
and
instr
!=
"sse"
and
addr
==
"address-sanitize"
):
MasterOnly
=
True
if
(
g
==
"with-gpu"
):
MasterOnly
=
True
if
(
a
==
"no-assumed-size"
):
MasterOnly
=
True
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:"
)
...
...
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