Skip to content

Commit

Permalink
Do not run A/P tests in nightly run anymore (#1029)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Hajas <[email protected]>
  • Loading branch information
mhajas authored Nov 5, 2024
1 parent 5b85a4d commit 0ce897c
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/rosa-cluster-auto-provision-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,58 +155,3 @@ jobs:
expectedInfinispanNodeCount: '3'
secrets: inherit

keycloak-undeploy-active-active-volatile:
needs: run-active-active-volatile-health-checks-after-benchmarks
name: Undeploy Volatile Active/Active
if: github.event_name != 'schedule' || github.repository == 'keycloak/keycloak-benchmark'
uses: ./.github/workflows/rosa-multi-az-cluster-undeploy.yml
with:
clusterPrefix: gh-keycloak # ${{ env.CLUSTER_PREFIX }} -- unfortunately 'env.' doesn't work here
skipAuroraDeletion: true
activeActive: true
secrets: inherit

keycloak-deploy-active-passive:
needs: keycloak-undeploy-active-active-volatile
name: Deploy Active/Passive Keycloak with External Infinispan and Persistent Sessions
if: github.event_name != 'schedule' || github.repository == 'keycloak/keycloak-benchmark'
uses: ./.github/workflows/rosa-multi-az-cluster-create.yml
with:
clusterPrefix: gh-keycloak # ${{ env.CLUSTER_PREFIX }} -- unfortunately 'env.' doesn't work here
enableMultiSiteFeature: true
enableExternalInfinispanFeature: false
createCluster: false
secrets: inherit

run-active-passive-health-checks-after-deploy:
needs: keycloak-deploy-active-passive
name: Run multi-site health checks after benchmarks
uses: ./.github/workflows/keycloak-multi-site-health-check.yml
with:
activeActive: false
clusterPrefix: gh-keycloak # ${{ env.CLUSTER_PREFIX }} -- unfortunately 'env.' doesn't work here
project: runner-keycloak
region: eu-west-1
expectedInfinispanNodeCount: '3'
secrets: inherit

run-functional-tests-active-passive:
needs: run-active-passive-health-checks-after-deploy
uses: ./.github/workflows/rosa-run-crossdc-func-tests.yml
with:
clusterPrefix: gh-keycloak # ${{ env.CLUSTER_PREFIX }} -- unfortunately 'env.' doesn't work here
skipEmbeddedCaches: true
skipRemoteCaches: true
secrets: inherit

run-active-passive-health-checks-after-functional-tests:
needs: run-functional-tests-active-passive
name: Run multi-site health checks after benchmarks
uses: ./.github/workflows/keycloak-multi-site-health-check.yml
with:
activeActive: false
clusterPrefix: gh-keycloak # ${{ env.CLUSTER_PREFIX }} -- unfortunately 'env.' doesn't work here
project: runner-keycloak
region: eu-west-1
expectedInfinispanNodeCount: '3'
secrets: inherit

0 comments on commit 0ce897c

Please sign in to comment.