Skip to content

Commit

Permalink
chore: step titles, needs some SED and GRED for Dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Mar 6, 2025
1 parent c113eb7 commit 33ad963
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pepr-excellent-examples-ironbank-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- cron: '0 6 * * *' # 2AM EST/11PM PST

jobs:
setup:
name: controller image
ib-amd-e2e:
name: Iron Bank AMD Image E2E Test
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.create-matrix.outputs.matrix }}
Expand All @@ -21,15 +21,15 @@ jobs:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

- name: create matrix
- name: Create Matrix
run: |
matrix=$(
node "$PEPR/.github/workflows/pepr-excellent-examples-matrix.js" "$PEPR_EXCELLENT_EXAMPLES_PATH"
)
echo "matrix=${matrix}" >> "$GITHUB_OUTPUT"
id: create-matrix

- name: run e2e tests
- name: Run e2e tests
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
with:
max_attempts: 3
Expand All @@ -41,7 +41,7 @@ jobs:
--image pepr:amd \
--custom-package ../pepr-0.0.0-development.tgz
- name: upload artifacts (troubleshooting)
- name: Upload artifacts (troubleshooting)
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
if: always()
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pepr-excellent-examples-ironbank-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- cron: '0 5 * * *' # 1AM EST/10PM PST

jobs:
setup:
name: controller image
ib-arm-e2e:
name: Iron Bank ARM Image E2E Test
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.create-matrix.outputs.matrix }}
Expand All @@ -21,15 +21,15 @@ jobs:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

- name: create matrix
- name: Create Matrix
run: |
matrix=$(
node "$PEPR/.github/workflows/pepr-excellent-examples-matrix.js" "$PEPR_EXCELLENT_EXAMPLES_PATH"
)
echo "matrix=${matrix}" >> "$GITHUB_OUTPUT"
id: create-matrix

- name: run e2e tests
- name: Run e2e tests
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
with:
max_attempts: 3
Expand All @@ -41,7 +41,7 @@ jobs:
--image pepr:arm \
--custom-package ../pepr-0.0.0-development.tgz
- name: upload artifacts (troubleshooting)
- name: Upload artifacts (troubleshooting)
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
if: always()
with:
Expand Down

0 comments on commit 33ad963

Please sign in to comment.