Skip to content

Commit

Permalink
Run Danger and OSSCheck on MacStadium instead of on Azure Pipelines (r…
Browse files Browse the repository at this point in the history
…ealm#2941)

This will allow us to run OSSCheck on a bare metal Mac, which should
make the OSSCheck performance results more reliable than running on
virtual machines from Azure Pipelines.
  • Loading branch information
jpsim authored Nov 5, 2019
1 parent f5b4196 commit 24208dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,3 +490,8 @@ We :heart: open source software!
See [our other open source projects](https://github.com/realm),
read [our blog](https://realm.io/news), or say hi on twitter
([@realm](https://twitter.com/realm)).

<img src="assets/macstadium.png" width="184" />

Our thanks to MacStadium for providing a Mac Mini to run our performance
tests.
Binary file added assets/macstadium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,6 @@ jobs:
- script: bundle exec pod lib lint --verbose SwiftLintFramework.podspec
displayName: pod lib lint

- job: OSSCheck
pool:
vmImage: 'macOS 10.14'
variables:
DEVELOPER_DIR: /Applications/Xcode_11.1.app
steps:
- script: bundle install --path vendor/bundle
displayName: bundle install
- script: bundle exec danger --verbose
displayName: Run Danger
env:
DANGER_GITHUB_API_TOKEN: $(DANGER_GITHUB_API_TOKEN)

- job: Analyze
pool:
vmImage: 'macOS 10.14'
Expand Down

0 comments on commit 24208dd

Please sign in to comment.