Skip to content

Commit d79b6c8

Browse files
committed
Temporarily disarm all other packages and platforms
1 parent e4e64f7 commit d79b6c8

File tree

1 file changed

+73
-73
lines changed

1 file changed

+73
-73
lines changed

.github/workflows/test-installers.yml

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -27,53 +27,53 @@ jobs:
2727
matrix:
2828
test:
2929
- time-to-first-query
30-
- auto-update-from
31-
- auto-update-to
30+
# - auto-update-from
31+
# - auto-update-to
3232
package:
33-
- osx_dmg
34-
- osx_zip
35-
- windows_zip
36-
- windows_msi
37-
- windows_setup
38-
- linux_deb
33+
# - osx_dmg
34+
# - osx_zip
35+
# - windows_zip
36+
# - windows_msi
37+
# - windows_setup
38+
# - linux_deb
3939
# TODO: Re-enable (see https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079619474)
4040
# - linux_tar
4141
# TODO: Enable (needs a docker container)
4242
# - linux_rpm
4343
hadron-distribution:
4444
- compass
45-
- compass-readonly
46-
- compass-isolated
45+
# - compass-readonly
46+
# - compass-isolated
4747
include:
4848
# MacOS
49-
- package: osx_dmg
50-
runs-on: macos-13
51-
arch: x64
52-
hadron-platform: darwin
53-
- package: osx_zip
54-
runs-on: macos-latest
55-
arch: arm64
56-
hadron-platform: darwin
49+
# - package: osx_dmg
50+
# runs-on: macos-13
51+
# arch: x64
52+
# hadron-platform: darwin
53+
# - package: osx_zip
54+
# runs-on: macos-latest
55+
# arch: arm64
56+
# hadron-platform: darwin
5757

58-
# Windows
59-
- package: windows_zip
60-
runs-on: windows-latest
61-
arch: x64
62-
hadron-platform: windows
63-
- package: windows_msi
64-
runs-on: windows-latest
65-
arch: x64
66-
hadron-platform: windows
67-
- package: windows_setup
68-
runs-on: windows-latest
69-
arch: x64
70-
hadron-platform: windows
58+
# # Windows
59+
# - package: windows_zip
60+
# runs-on: windows-latest
61+
# arch: x64
62+
# hadron-platform: windows
63+
# - package: windows_msi
64+
# runs-on: windows-latest
65+
# arch: x64
66+
# hadron-platform: windows
67+
# - package: windows_setup
68+
# runs-on: windows-latest
69+
# arch: x64
70+
# hadron-platform: windows
7171

72-
# Linux
73-
- package: linux_deb
74-
runs-on: ubuntu-latest
75-
arch: x64
76-
hadron-platform: linux
72+
# # Linux
73+
# - package: linux_deb
74+
# runs-on: ubuntu-latest
75+
# arch: x64
76+
# hadron-platform: linux
7777
# - package: linux_tar
7878
# runs-on: ubuntu-latest
7979
# arch: x64
@@ -83,45 +83,45 @@ jobs:
8383
# arch: x64
8484
# hadron-platform: linux
8585

86-
# Install the update server for auto-update tests
87-
- test: auto-update-from
88-
install-update-server: true
89-
- test: auto-update-to
90-
install-update-server: true
86+
# # Install the update server for auto-update tests
87+
# - test: auto-update-from
88+
# install-update-server: true
89+
# - test: auto-update-to
90+
# install-update-server: true
9191

92-
exclude:
93-
# TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079620322
94-
- package: osx_dmg
95-
test: auto-update-from
96-
# TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079621700
97-
- package: windows_setup
98-
test: auto-update-from
99-
# Skip auto-update tests for isolated and readonly distributions for now
100-
# This is not supported by the update server we're using in the test harness
101-
- hadron-distribution: compass-isolated
102-
test: auto-update-from
103-
- hadron-distribution: compass-isolated
104-
test: auto-update-to
105-
- hadron-distribution: compass-readonly
106-
test: auto-update-from
107-
- hadron-distribution: compass-readonly
108-
test: auto-update-to
109-
# Temporary skip failing auto-update-to tests
110-
- test: auto-update-to
111-
package: osx_dmg
112-
- test: auto-update-to
113-
package: windows_zip
114-
- test: auto-update-to
115-
package: windows_msi
116-
- test: auto-update-to
117-
package: windows_setup
118-
- test: auto-update-to
119-
package: linux_deb
92+
# exclude:
93+
# # TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079620322
94+
# - package: osx_dmg
95+
# test: auto-update-from
96+
# # TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079621700
97+
# - package: windows_setup
98+
# test: auto-update-from
99+
# # Skip auto-update tests for isolated and readonly distributions for now
100+
# # This is not supported by the update server we're using in the test harness
101+
# - hadron-distribution: compass-isolated
102+
# test: auto-update-from
103+
# - hadron-distribution: compass-isolated
104+
# test: auto-update-to
105+
# - hadron-distribution: compass-readonly
106+
# test: auto-update-from
107+
# - hadron-distribution: compass-readonly
108+
# test: auto-update-to
109+
# # Temporary skip failing auto-update-to tests
110+
# - test: auto-update-to
111+
# package: osx_dmg
112+
# - test: auto-update-to
113+
# package: windows_zip
114+
# - test: auto-update-to
115+
# package: windows_msi
116+
# - test: auto-update-to
117+
# package: windows_setup
118+
# - test: auto-update-to
119+
# package: linux_deb
120120

121-
# Skip time-to-first-query tests for readonly because it doesn't have editable documents
122-
# See https://github.com/mongodb-js/compass/actions/runs/13286945911/job/37097791601
123-
- hadron-distribution: compass-readonly
124-
test: time-to-first-query
121+
# # Skip time-to-first-query tests for readonly because it doesn't have editable documents
122+
# # See https://github.com/mongodb-js/compass/actions/runs/13286945911/job/37097791601
123+
# - hadron-distribution: compass-readonly
124+
# test: time-to-first-query
125125

126126
runs-on: ${{ matrix.runs-on }}
127127
env:

0 commit comments

Comments
 (0)