File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 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)
42- # - linux_rpm
42+ - linux_rpm
4343 hadron-distribution :
4444 - compass
4545 # - compass-readonly
@@ -78,10 +78,14 @@ jobs:
7878 # runs-on: ubuntu-latest
7979 # arch: x64
8080 # hadron-platform: linux
81- # - package: linux_rpm
82- # runs-on: ubuntu-latest
83- # arch: x64
84- # hadron-platform: linux
81+ - package : linux_rpm
82+ runs-on : ubuntu-latest
83+ arch : x64
84+ hadron-platform : linux
85+ container :
86+ image : rockylinux:9
87+ volumes :
88+ - ${{ github.workspace }}:/compass
8589
8690 # # Install the update server for auto-update tests
8791 # - test: auto-update-from
@@ -124,6 +128,7 @@ jobs:
124128 # test: time-to-first-query
125129
126130 runs-on : ${{ matrix.runs-on }}
131+ container : ${{ matrix.container }}
127132 env :
128133 DEBUG : compass:smoketests:*
129134 steps :
You can’t perform that action at this time.
0 commit comments