Skip to content

Commit 065c62c

Browse files
committed
Arm "readonly" and "isolated" tests
1 parent 8ceb183 commit 065c62c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
# - linux_rpm
4343
hadron-distribution:
4444
- compass
45+
- compass-readonly
46+
- compass-isolated
4547
include:
4648
# MacOS
4749
- package: osx_dmg
@@ -94,6 +96,16 @@ jobs:
9496
# TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079621700
9597
- package: windows_setup
9698
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
97109

98110
runs-on: ${{ matrix.runs-on }}
99111
env:

0 commit comments

Comments
 (0)