Skip to content

Commit 2590582

Browse files
committed
strip down how many auto-update-to tests we run
1 parent 6a41599 commit 2590582

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@ jobs:
114114
- hadron-distribution: compass-readonly
115115
test: auto-update-to
116116

117+
# Skip auto-update-to tests for anything except the one release
118+
# package we install for that platform and arch, because that's the
119+
# only one that gets installed and therefore updated.
120+
# Se https://github.com/10gen/compass-mongodb-com/blob/ae1ce87c54ab8702e94b154ffe2bfb9997b56661/src/routes/update.js#L320-L411
121+
# ie. only leave osx_dmg, windows_setup, linux_deb, linux_rpm
122+
- test: auto-update-to
123+
package: osx_zip
124+
- test: auto-update-to
125+
package: windows_zip
126+
- test: auto-update-to
127+
package: windows_msi
128+
- test: auto-update-to
129+
package: linux_tar
130+
- test: auto-update-to
131+
package: linux_rpm
132+
117133
# Skip time-to-first-query tests for readonly because it doesn't have editable documents
118134
# See https://github.com/mongodb-js/compass/actions/runs/13286945911/job/37097791601
119135
- hadron-distribution: compass-readonly

0 commit comments

Comments
 (0)