Skip to content

Commit 072be50

Browse files
(PE-41013) try to pass download mode again
1 parent b2c3163 commit 072be50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-add-compiler-matrix.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
architecture: [standard, large, extra-large]
3939
version: [2021.7.9, 2023.8.2, 2025.1.0]
4040
image: ['litmusimage/ubuntu:24.04']
41+
download_mode: [bolthost]
4142
steps:
4243
- name: Checkout Source
4344
uses: actions/checkout@v4
@@ -85,9 +86,9 @@ jobs:
8586
--inventoryfile spec/fixtures/litmus_inventory.yaml \
8687
--modulepath spec/fixtures/modules \
8788
architecture=${{ matrix.architecture }} \
89+
download_mode=${{ matrix.download_mode }} \
8890
console_password=${{ secrets.CONSOLE_PASSWORD }} \
89-
version=${{ matrix.version }} \
90-
download_mode=bolthost
91+
version=${{ matrix.version }}
9192
- name: Run add_compilers plan
9293
timeout-minutes: 50
9394
run: |

0 commit comments

Comments
 (0)