Skip to content

Commit

Permalink
disable macos for now
Browse files Browse the repository at this point in the history
  • Loading branch information
garyverhaegen-da committed Sep 7, 2023
1 parent 3b39bc3 commit c977b14
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ci/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
condition: and(succeeded(), eq(variables.is_release, 'true'))
- template: get-local-canton.yml
- template: clean-up.yml
- template: build-unix.yml
parameters:
release_tag: $(release_tag)
name: ${{parameters.name}}
is_release: variables.is_release
# Do not upload metrics for m1
- ${{ if eq(parameters.name, 'macos') }}:
- template: upload-bazel-metrics.yml
#- template: build-unix.yml
# parameters:
# release_tag: $(release_tag)
# name: ${{parameters.name}}
# is_release: variables.is_release
## Do not upload metrics for m1
#- ${{ if eq(parameters.name, 'macos') }}:
# - template: upload-bazel-metrics.yml
- template: tell-slack-failed.yml
parameters:
trigger_sha: '$(trigger_sha)'
Expand Down

0 comments on commit c977b14

Please sign in to comment.