Skip to content

Commit

Permalink
shorter name
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Mar 5, 2024
1 parent 16a0b90 commit 7ff8507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Smoke test automation-flavors
run-name: >-
${{
format('Smoking testing automation-flavor version {0} on infra cluster {1}',
format('Smoke testing automation-flavor version {0} on infra cluster {1}',
inputs.automation-flavors-version,
inputs.cluster
)
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
env:
INFRA_TOKEN: ${{ env.INFRA_TOKEN_PROD }}
run: |
set -uo pipefail
infractl artifacts "${{ inputs.cluster }}" -d "/home/runner/artifacts" >> "$GITHUB_STEP_SUMMARY"
kubectl get nodes -o wide || true
kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
sleep 10
Expand All @@ -65,7 +65,7 @@ jobs:
with:
token: ${{ env.INFRA_TOKEN_DEV }}
flavor: ${{ matrix.name }}
name: smoke-test-${{ matrix.name }}-${{ inputs.automation-flavors-version }}
name: sm-${{ matrix.name }}-${{ inputs.automation-flavors-version }}
lifespan: 1h
wait: true
endpoint: localhost:8443
Expand Down

0 comments on commit 7ff8507

Please sign in to comment.