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
silx
bob
silx
Commits
5dbbe8a5
Commit
5dbbe8a5
authored
Mar 09, 2021
by
Thomas Vincent
Browse files
Change allow_failure, allow windows fat binary test to fail for now
parent
6afaf51f
Pipeline
#45959
failed with stages
in 29 minutes and 12 seconds
Changes
1
Pipelines
39
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5dbbe8a5
...
...
@@ -89,28 +89,24 @@ windows_test_python36:
extends
:
.windows_base_python36
dependencies
:
-
windows_wheel_python36
allow_failure
:
true
windows_test_python37
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python37
dependencies
:
-
windows_wheel_python37
allow_failure
:
true
windows_test_python38
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python38
dependencies
:
-
windows_wheel_python38
allow_failure
:
true
windows_test_python39
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python39
dependencies
:
-
windows_wheel_python39
allow_failure
:
true
.test_macos_noqt_template
:
&test_macos_noqt_template_defintion
...
...
@@ -314,6 +310,7 @@ windows_test_exe:
-
rmdir silx /s /q
dependencies
:
-
windows_exe
allow_failure
:
true
# Deploy
...
...
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