Skip to content

Commit

Permalink
wip: fix tasks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Oct 15, 2024
1 parent bc4463c commit 022a32a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,30 @@ includes:

tasks:
- name: default
description: Create K3D Cluster with lite UDS-Core + Jaeger
description: Create K3D Cluster with lite UDS-Core + Jira
actions:
- task: create-dev-package
- task: setup:k3d-test-cluster
- task: create-deploy-test-bundle

- name: default-full
description: Create K3D Cluster with full UDS-Core + Jaeger
description: Create K3D Cluster with full UDS-Core + Jira
actions:
- task: create-dev-package
- task: setup:k3d-full-cluster
- task: create-deploy-test-bundle

- name: create-dev-package
description: Create the Jaeger package
description: Create the Jira package
actions:
- task: create:package
with:
options: "--skip-sbom"

- name: create-deploy-test-bundle
description: Test and validate cluster is deployed with Jaeger
description: Test and validate cluster is deployed with Jira
actions:
- task: create-dev-package
- task: dependencies:create
- task: create:test-bundle
- task: deploy:test-bundle
Expand Down

0 comments on commit 022a32a

Please sign in to comment.