Skip to content

Commit 427d4b8

Browse files
committed
Remove read_global_vars pre-task from jobs
The reason to remove the playbook from pre-run stage from Zuul is, Zuul is not storing the cached vars that we added in pre-run. Maybe it is possible by some other way, but lets remove this for now.
1 parent 2e37866 commit 427d4b8

File tree

11 files changed

+0
-19
lines changed

11 files changed

+0
-19
lines changed

zuul.d/adoption.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
roles:
1212
- zuul: github.com/openstack-k8s-operators/ci-framework
1313
pre-run:
14-
- ci/playbooks/read_global_vars.yml
1514
- ci/playbooks/multinode-customizations.yml
1615
- ci/playbooks/e2e-prepare.yml
1716
- ci/playbooks/dump_zuul_data.yml
@@ -209,7 +208,6 @@
209208
roles: &multinode-roles
210209
- zuul: github.com/openstack-k8s-operators/ci-framework
211210
pre-run: &multinode-prerun
212-
- ci/playbooks/read_global_vars.yml
213211
- ci/playbooks/multinode-customizations.yml
214212
- ci/playbooks/e2e-prepare.yml
215213
- ci/playbooks/dump_zuul_data.yml

zuul.d/base.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
and prepare the environment for running ci-framework playbooks.
1414
Once the job finishes, it will collect necessary logs.
1515
pre-run:
16-
- ci/playbooks/read_global_vars.yml
1716
- ci/playbooks/e2e-prepare.yml
1817
- ci/playbooks/dump_zuul_data.yml
1918
post-run:
@@ -140,7 +139,6 @@
140139
roles: &multinode_edpm_roles
141140
- zuul: github.com/openstack-k8s-operators/ci-framework
142141
pre-run: &multinode_edpm_pre_run
143-
- ci/playbooks/read_global_vars.yml
144142
- ci/playbooks/multinode-customizations.yml
145143
- ci/playbooks/e2e-prepare.yml
146144
- ci/playbooks/dump_zuul_data.yml
@@ -283,7 +281,6 @@
283281
roles:
284282
- zuul: github.com/openstack-k8s-operators/ci-framework
285283
pre-run:
286-
- ci/playbooks/read_global_vars.yml
287284
- ci/playbooks/e2e-prepare.yml
288285
- ci/playbooks/dump_zuul_data.yml
289286
post-run:
@@ -308,7 +305,6 @@
308305
CRC environment and before running ci-boostrap roles to
309306
configure networking between nodes.
310307
pre-run:
311-
- ci/playbooks/read_global_vars.yml
312308
- ci/playbooks/e2e-prepare.yml
313309
- ci/playbooks/dump_zuul_data.yml
314310
- ci/playbooks/bootstrap-networking-mapper.yml

zuul.d/edpm_build_images.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
required-projects:
99
- github.com/openstack-k8s-operators/edpm-image-builder
1010
pre-run:
11-
- ci/playbooks/read_global_vars.yml
1211
- ci/playbooks/molecule-prepare.yml
1312
run:
1413
- ci/playbooks/dump_zuul_data.yml

zuul.d/edpm_build_images_content_provider.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
- github.com/openstack-k8s-operators/edpm-image-builder
1010
- github.com/openstack-k8s-operators/ci-framework
1111
pre-run:
12-
- ci/playbooks/read_global_vars.yml
1312
- ci/playbooks/content_provider/pre.yml
1413
run:
1514
- ci/playbooks/e2e-prepare.yml

zuul.d/end-to-end.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
zuul_log_collection: true
1010
registry_login_enabled: false
1111
pre-run:
12-
- ci/playbooks/read_global_vars.yml
1312
- ci/playbooks/e2e-prepare.yml
1413
- ci/playbooks/dump_zuul_data.yml
1514
post-run:

zuul.d/kuttl.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
zuul_log_collection: true
1010
parent: base-simple-crc
1111
pre-run:
12-
- ci/playbooks/read_global_vars.yml
1312
- ci/playbooks/e2e-prepare.yml
1413
run:
1514
- ci/playbooks/dump_zuul_data.yml

zuul.d/kuttl_multinode.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
ip: 172.18.0.5
4242
tenant:
4343
ip: 172.19.0.5
44-
pre-run:
45-
- ci/playbooks/read_global_vars.yml
4644
run:
4745
- ci/playbooks/dump_zuul_data.yml
4846
- ci/playbooks/kuttl/run.yml

zuul.d/molecule-base.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
provides:
88
- cifmw-molecule
99
pre-run:
10-
- ci/playbooks/read_global_vars.yml
1110
- ci/playbooks/dump_zuul_data.yml
1211
- ci/playbooks/molecule-prepare.yml
1312
run: ci/playbooks/molecule-test.yml
@@ -26,7 +25,6 @@
2625
provides:
2726
- cifmw-molecule
2827
pre-run:
29-
- ci/playbooks/read_global_vars.yml
3028
- ci/playbooks/dump_zuul_data.yml
3129
- ci/playbooks/molecule-prepare.yml
3230
run: ci/playbooks/molecule-test.yml

zuul.d/pods.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
Run lightweight jobs in pods
1010
required-projects:
1111
- openstack-k8s-operators/ci-framework
12-
pre-run:
13-
- ci/playbooks/read_global_vars.yml
1412
run: ci/playbooks/pod-jobs.yml
1513

1614
- job:
@@ -65,7 +63,6 @@
6563
parent: build-push-container-base
6664
nodeset: centos-stream-9
6765
pre-run:
68-
- ci/playbooks/read_global_vars.yml
6966
- ci/playbooks/molecule-prepare.yml
7067
- ci/playbooks/dump_zuul_data.yml
7168
run: ci/playbooks/build_push_container_runner.yml

zuul.d/tcib.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- github.com/openstack-k8s-operators/tcib
1212
- github.com/openstack-k8s-operators/install_yamls
1313
pre-run:
14-
- ci/playbooks/read_global_vars.yml
1514
- ci/playbooks/content_provider/pre.yml
1615
- ci/playbooks/e2e-prepare.yml
1716
- ci/playbooks/dump_zuul_data.yml

0 commit comments

Comments
 (0)