Skip to content
Snippets Groups Projects
Commit 0ef812ea authored by Joseph Weston's avatar Joseph Weston
Browse files

CI: allow test failures on bleeding edge

The UI will show the test failures as warnings (which we can
address).
parent 402a0ca4
Branches
No related tags found
No related merge requests found
...@@ -147,6 +147,7 @@ build:bleeding-edge: ...@@ -147,6 +147,7 @@ build:bleeding-edge:
<<: *bleeding_edge_env <<: *bleeding_edge_env
only: only:
- schedules - schedules
allow_failure: true
## Test Jobs ## Test Jobs
...@@ -210,6 +211,7 @@ test:bleeding-edge: ...@@ -210,6 +211,7 @@ test:bleeding-edge:
- build:bleeding-edge - build:bleeding-edge
only: only:
- schedules - schedules
allow_failure: true
## Documentation building ## Documentation building
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment