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
clean-and-itasks
clean-build
Commits
d8f25c5e
Verified
Commit
d8f25c5e
authored
Mar 23, 2021
by
Camil Staps
Browse files
Allow failure of the ARM CI job as long as the runner is unstable
parent
1dfd6859
Pipeline
#50184
passed with stage
in 4 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d8f25c5e
...
...
@@ -9,11 +9,13 @@ test-linux-x64:
-
./generic/setup.sh clean-bundle-complete linux x64
-
./generic/fetch.sh clean-bundle-complete linux x64
-
./generic/build.sh clean-bundle-complete linux x64
test-linux-arm64
:
tags
:
-
arm64
-
linux
image
:
ubuntu
allow_failure
:
true
# the arm runner is unreliable
before_script
:
-
apt-get update -qq
-
apt-get install -qq gcc make subversion git ca-certificates curl unzip
...
...
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