Skip to content

Commit

Permalink
Updating the naming of the steps
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 committed Jul 1, 2024
1 parent 5103a9d commit cf39aae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rosa-cluster-auto-provision-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
cluster-create-keycloak-deploy:
name: ROSA Scheduled Create cluster
name: ROSA Scheduled Create cluster A/P volatile sessions
if: github.event_name != 'schedule' || github.repository == 'keycloak/keycloak-benchmark'
uses: ./.github/workflows/rosa-multi-az-cluster-create.yml
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

keycloak-deploy-with-persistent-sessions:
needs: keycloak-undeploy
name: ROSA Scheduled Create cluster with Persistent Sessions
name: ROSA Scheduled Create cluster with A/P Persistent Sessions
if: github.event_name != 'schedule' || github.repository == 'keycloak/keycloak-benchmark'
uses: ./.github/workflows/rosa-multi-az-cluster-create.yml
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

keycloak-deploy-with-external-infinispan:
needs: keycloak-undeploy-with-persistent-sessions
name: ROSA Scheduled Create cluster with External Infinispan Feature
name: ROSA Scheduled Create cluster with A/P External Infinispan Feature
if: github.event_name != 'schedule' || github.repository == 'keycloak/keycloak-benchmark'
uses: ./.github/workflows/rosa-multi-az-cluster-create.yml
with:
Expand All @@ -85,7 +85,7 @@ jobs:

run-scaling-benchmark-with-external-infinispan:
needs: keycloak-deploy-with-external-infinispan
name: Scaling Benchmark with External Infinispan Feature
name: Scaling Benchmark with Active/Passive External Infinispan Feature
uses: ./.github/workflows/rosa-scaling-benchmark.yml
with:
clusterName: gh-keycloak-a # ${{ env.CLUSTER_PREFIX }}-a -- unfortunately 'env.' doesn't work here ${{ env.CLUSTER_PREFIX }}-a
Expand Down

0 comments on commit cf39aae

Please sign in to comment.