Skip to content

Commit 4206e55

Browse files
committed
ci: clean up some unused tasks
1 parent 1e5dee3 commit 4206e55

2 files changed

Lines changed: 0 additions & 32 deletions

File tree

.tasks/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@ tasks:
4646
- task: :infra:extra:aws:destroy
4747
- task: :infra:aws:destroy
4848

49-
aws:rp:tls:
50-
desc: CI workflow - AWS Redpanda with TLS
51-
cmds:
52-
- task: :tools:keygen
53-
- task: :infra:aws:build
54-
- task: :cluster:tls
55-
- task: :monitor:deploy:tls
56-
- task: :monitor:console:deploy:tls
57-
- task: :tools:rpk:install
58-
- task: :test:cluster:tls
59-
- task: :infra:aws:destroy
60-
6149
aws:rp:tiered:
6250
desc: CI workflow - AWS Redpanda with tiered storage
6351
vars:
@@ -113,18 +101,6 @@ tasks:
113101
- task: :test:cluster
114102
- task: :infra:gcp:destroy
115103

116-
gcp:rp:tls:
117-
desc: CI workflow - GCP Redpanda with TLS
118-
cmds:
119-
- task: :tools:keygen
120-
- task: :infra:gcp:build
121-
- task: :cluster:tls
122-
- task: :monitor:deploy:tls
123-
- task: :monitor:console:deploy:tls
124-
- task: :tools:rpk:install
125-
- task: :test:cluster:tls
126-
- task: :infra:gcp:destroy
127-
128104
gcp:rp:tiered:
129105
desc: CI workflow - GCP Redpanda with tiered storage
130106
vars:

.tasks/cluster.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ tasks:
99
cmds:
1010
- ansible-playbook ansible/provision-cluster.yml --private-key {{.PRIVATE_KEY}} --inventory {{.ANSIBLE_INVENTORY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}}
1111

12-
tls:
13-
desc: Provision Redpanda cluster with TLS
14-
deps:
15-
- :ansible:prereqs
16-
- :ensure-logs-dir
17-
cmds:
18-
- ansible-playbook ansible/provision-cluster-tls.yml --private-key {{.PRIVATE_KEY}} --extra-vars is_using_unstable={{.IS_USING_UNSTABLE}}
19-
2012
tiered:
2113
desc: Provision Redpanda cluster with tiered storage
2214
deps:

0 commit comments

Comments
 (0)