-
Notifications
You must be signed in to change notification settings - Fork 0
/
tasks.yaml
50 lines (42 loc) · 1.42 KB
/
tasks.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
includes:
- cleanup: ./tasks/cleanup.yaml
- create: ./tasks/create.yaml
- deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/deploy.yaml
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/setup.yaml
- test: ./tasks/test.yaml
tasks:
- name: default
description: Create K3D Cluster with UDS-Core + Gitlab
actions:
- task: create-test-bundle
- task: setup-cluster
- task: deploy-test-bundle
- name: setup-cluster
description: Deploy k3d cluster using uds-common-tasks
actions:
- task: setup:k3d-test-cluster
- name: create-package
description: Create UDS Gitlab Package, No dependencies included
actions:
- task: create:gitlab-package
- name: create-test-bundle
description: Create UDS Gitlab bundle with dependencies
actions:
- task: create:gitlab-test-bundle
- name: deploy-test-bundle
description: Deploy UDS Gitlab bundle with dependencies using uds-common-tasks
actions:
- task: deploy:test-bundle
- name: test-package
description: Run health checks and ingress tests
actions:
- task: test:health-check
- task: test:ingress
- name: cleanup
description: Destroy k3d Cluster
actions:
- task: cleanup:cluster
- name: cleanup-bundle
description: Remove the Deployed UDS Gitlab Bundle
actions:
- task: cleanup:bundle