Skip to content

Commit

Permalink
Do not run build on MacOS (#3393) (#3395)
Browse files Browse the repository at this point in the history
Fixes #3392
  • Loading branch information
alexr00 authored Mar 10, 2022
1 parent 565ea1c commit 9e5d569
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions azure-pipeline.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ resources:
extends:
template: azure-pipelines/extension/pre-release.yml@templates
parameters:
buildPlatforms:
- MacOS
buildSteps:
- script: yarn install --frozen-lockfile
displayName: Install dependencies
Expand Down Expand Up @@ -51,10 +49,10 @@ extends:
env:
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/browser-firefox-test-results.xml

- script: yarn run browsertest --browserType=webkit
displayName: Run test suite (webkit)
env:
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/browser-webkit-test-results.xml
# - script: yarn run browsertest --browserType=webkit
# displayName: Run test suite (webkit)
# env:
# TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/browser-webkit-test-results.xml

- script: >
node ./scripts/prepare-nightly-build.js
Expand Down
10 changes: 4 additions & 6 deletions azure-pipeline.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ resources:
extends:
template: azure-pipelines/extension/stable.yml@templates
parameters:
buildPlatforms:
- MacOS
buildSteps:
- script: yarn install --frozen-lockfile
displayName: Install dependencies
Expand Down Expand Up @@ -49,7 +47,7 @@ extends:
env:
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/browser-firefox-test-results.xml

- script: yarn run browsertest --browserType=webkit
displayName: Run test suite (webkit)
env:
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/browser-webkit-test-results.xml
# - script: yarn run browsertest --browserType=webkit
# displayName: Run test suite (webkit)
# env:
# TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/browser-webkit-test-results.xml

0 comments on commit 9e5d569

Please sign in to comment.