Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
5ce63d52
Commit
5ce63d52
authored
Jun 12, 2019
by
Ben Gamari
🐢
Committed by
Marge Bot
Jun 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: Disable validate-x86_64-linux-deb9 job to reduce load
Enable artifacts on to ensure we have bindist coverage.
parent
74b5d049
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
.gitlab-ci.yml
.gitlab-ci.yml
+6
-2
No files found.
.gitlab-ci.yml
View file @
5ce63d52
...
...
@@ -444,7 +444,8 @@ nightly-i386-linux-deb9:
cache
:
key
:
linux-x86_64-deb9
validate-x86_64-linux-deb9
:
# Disabled to reduce CI load
.validate-x86_64-linux-deb9
:
extends
:
.build-x86_64-linux-deb9
artifacts
:
when
:
always
...
...
@@ -468,6 +469,9 @@ validate-x86_64-linux-deb9-debug:
BUILD_FLAVOUR
:
validate
TEST_TYPE
:
slowtest
TEST_ENV
:
"
x86_64-linux-deb9-debug"
artifacts
:
when
:
always
expire_in
:
2 week
# Disabled to alleviate CI load
.validate-x86_64-linux-deb9-llvm
:
...
...
@@ -791,7 +795,7 @@ doc-tarball:
-
x86_64-linux
image
:
ghcci/x86_64-linux-deb9:0.2
dependencies
:
-
validate-x86_64-linux-deb9
-
validate-x86_64-linux-deb9
-debug
-
validate-x86_64-windows
variables
:
LINUX_BINDIST
:
"
ghc-x86_64-deb9-linux.tar.xz"
...
...
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