mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
CI: Disallow test failures on macOS Lagom :^)
This commit is contained in:
committed by
Linus Groh
parent
643992904c
commit
6a4c1e4b7b
@@ -2,7 +2,6 @@ parameters:
|
|||||||
os: 'Linux'
|
os: 'Linux'
|
||||||
fuzzer: 'NoFuzz'
|
fuzzer: 'NoFuzz'
|
||||||
lagom_lints: false
|
lagom_lints: false
|
||||||
allow_test_failures: false
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: 'Lagom_${{ parameters.os }}_${{ parameters.fuzzer }}'
|
- job: 'Lagom_${{ parameters.os }}_${{ parameters.fuzzer }}'
|
||||||
@@ -92,7 +91,7 @@ jobs:
|
|||||||
|
|
||||||
- ${{ if eq(parameters.fuzzer, 'NoFuzz') }}:
|
- ${{ if eq(parameters.fuzzer, 'NoFuzz') }}:
|
||||||
- script: |
|
- script: |
|
||||||
ninja test || ${{ parameters.allow_test_failures }}
|
ninja test
|
||||||
displayName: 'Test'
|
displayName: 'Test'
|
||||||
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
|
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -22,8 +22,6 @@ stages:
|
|||||||
- template: Meta/Azure/Lagom.yml
|
- template: Meta/Azure/Lagom.yml
|
||||||
parameters:
|
parameters:
|
||||||
os: 'macOS'
|
os: 'macOS'
|
||||||
allow_test_failures: true
|
|
||||||
|
|
||||||
|
|
||||||
- stage: Toolchain
|
- stage: Toolchain
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
|
|||||||
Reference in New Issue
Block a user