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
959c6411
Commit
959c6411
authored
Jun 28, 2019
by
Andreas Marek
Browse files
Reduce tests
parent
8df8f226
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
959c6411
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 @
959c6411
...
...
@@ -702,9 +702,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