Skip to content
GitLab
Menu
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
d95560ce
Commit
d95560ce
authored
Dec 08, 2021
by
Andreas Marek
Browse files
Changes to CI
parent
b07b6a5f
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d95560ce
This diff is collapsed.
Click to expand it.
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
d95560ce
...
...
@@ -796,9 +796,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
.
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