Skip to content

Commit

Permalink
rearrange for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Mar 12, 2024
1 parent c14345d commit 59153c0
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,27 @@ tasks:
- task: setup-cluster
- task: deploy-test-bundle

- name: setup-cluster
actions:
- task: setup:k3d-test-cluster

- name: create-package
actions:
- task: create:sonarqube-package

- name: deploy-package
actions:
- task: deploy:sonarqube-package

- name: cleanup
actions:
- task: cleanup:destroy

# CI will execute the following (via uds-common/.github/actions/test) so they need to be here with these names

- name: create-test-bundle
actions:
- task: create:sonarqube-test-bundle
- name: deploy-package

- name: setup-cluster
actions:
- task: deploy:sonarqube-package
- task: setup:k3d-test-cluster

- name: deploy-test-bundle
actions:
Expand All @@ -37,7 +43,3 @@ tasks:
actions:
- task: test:health-check
- task: test:ingress

- name: cleanup
actions:
- task: cleanup:destroy

0 comments on commit 59153c0

Please sign in to comment.