Skip to content

Commit

Permalink
Fix PR workflow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmv committed Jun 7, 2021
1 parent 4650849 commit f34c713
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@ env:

jobs:
smoke-test:
name: "Install test: ${{matrix.architecture}}, ${{matrix.image}}, PE ${{matrix.pe-version}}"
name: "Install test: ${{matrix.architecture}}, ${{matrix.image}}, PE ${{matrix.version}}"
runs-on: ubuntu-20.04
env:
BOLT_GEM: true
BOLT_DISABLE_ANALYTICS: true
BUILDEVENT_FILE: '../buildevents.txt'
strategy:
fail-fast: false
matrix:
architecture:
- standard
- large
version:
- 2019.8.5
image:
- centos-7
matrix:
architecture:
- standard-with-dr
- large
- extra-large-with-dr
version:
- 2019.8.5
image:
- centos-7

steps:
- name: "Honeycomb: Start recording"
Expand Down Expand Up @@ -111,7 +112,7 @@ jobs:
--inventoryfile spec/fixtures/litmus_inventory.yaml \
--modulepath spec/fixtures/modules \
architecture=${{matrix.architecture}} \
version=${{matrix.pe-version}}
version=${{matrix.version}}
- name: "Honeycomb: Record install time"
if: ${{ always() }}
Expand Down

0 comments on commit f34c713

Please sign in to comment.