Skip to content

Commit f34c713

Browse files
committed
Fix PR workflow errors
1 parent 4650849 commit f34c713

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/pr-test.yaml

+11-10
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,23 @@ env:
1212

1313
jobs:
1414
smoke-test:
15-
name: "Install test: ${{matrix.architecture}}, ${{matrix.image}}, PE ${{matrix.pe-version}}"
15+
name: "Install test: ${{matrix.architecture}}, ${{matrix.image}}, PE ${{matrix.version}}"
1616
runs-on: ubuntu-20.04
1717
env:
1818
BOLT_GEM: true
1919
BOLT_DISABLE_ANALYTICS: true
2020
BUILDEVENT_FILE: '../buildevents.txt'
2121
strategy:
2222
fail-fast: false
23-
matrix:
24-
architecture:
25-
- standard
26-
- large
27-
version:
28-
- 2019.8.5
29-
image:
30-
- centos-7
23+
matrix:
24+
architecture:
25+
- standard-with-dr
26+
- large
27+
- extra-large-with-dr
28+
version:
29+
- 2019.8.5
30+
image:
31+
- centos-7
3132

3233
steps:
3334
- name: "Honeycomb: Start recording"
@@ -111,7 +112,7 @@ jobs:
111112
--inventoryfile spec/fixtures/litmus_inventory.yaml \
112113
--modulepath spec/fixtures/modules \
113114
architecture=${{matrix.architecture}} \
114-
version=${{matrix.pe-version}}
115+
version=${{matrix.version}}
115116
116117
- name: "Honeycomb: Record install time"
117118
if: ${{ always() }}

0 commit comments

Comments
 (0)