diff --git a/README.md b/README.md index 91934d71d8..fa1309f527 100644 --- a/README.md +++ b/README.md @@ -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)). + + + +Our thanks to MacStadium for providing a Mac Mini to run our performance +tests. diff --git a/assets/macstadium.png b/assets/macstadium.png new file mode 100644 index 0000000000..ec3f1a4319 Binary files /dev/null and b/assets/macstadium.png differ diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa627f83e9..1c97b4c043 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'