Skip to content

WIP - build variant experiments #6935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/test-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
include:
# MacOS
- package: osx_dmg
runs-on: macos-13
runs-on: macos-12
arch: x64
hadron-platform: darwin
- package: osx_zip
Expand Down Expand Up @@ -132,7 +132,6 @@ jobs:
- hadron-distribution: compass-readonly
test: auto-update-to


# TODO(COMPASS-9067): auto-update-from does not work for windows. Not
# even manually. It downloads the releases file, the toast appears
# that says it is downloading the update, the log appears that says
Expand Down Expand Up @@ -178,7 +177,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
cache: 'npm'

- name: Run post-checkout command
if: matrix.post-checkout-command
Expand Down Expand Up @@ -231,8 +230,8 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
# mongodb 8.0.6 requires macOS 14+. Just use an older version for now
# so it will run on GitHub's mac runners
MONGODB_VERSION: "8.0.5"
MONGODB_RUNNER_VERSION: "8.0.5"
MONGODB_VERSION: '8.0.5'
MONGODB_RUNNER_VERSION: '8.0.5'
working-directory: packages/compass-smoke-tests
# Using --skipUninstalling --skipCleanup because the runners are ephemeral
run: npm start -- --package ${{ matrix.package }} --tests ${{ matrix.test }} --skipUninstall --skipCleanup
Expand Down