Include read_global_vars.yml in pre-run: zuul.d/pods.yaml#3277
Conversation
The reason to make the change one file per commit is our flakey jobs. It is pain to get all jobs pass at once
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f641504687eb4a219e237c449c745a44 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 30m 34s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0cac1a8cfc10464d96f5c4673268e592
|
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f012bfa1149b45af978f96e30619c2aa ❌ openstack-k8s-operators-content-provider TIMED_OUT in 31m 04s |
|
recheck |
1 similar comment
|
recheck |
|
@amartyasinha So far we don't have any var in the https://github.com/openstack-k8s-operators/ci-framework/blob/main/group_vars/all.yml so how we are testing this change. I mean if we add any of the commonly used var in group_vars/all.yaml and remove that var from all other places then that change will give us more idea about this change wdyt? |
The reason I'm doing small PRs is flaky jobs. I've broken down the original PR #3237 into multiple small PRs to ensure gate jobs pass. Once all jobs are reading the group_vars/all.yaml file through the read_global_vars.yaml playbooks, I'll create a PR to add vars in group_vars/all.yaml and replace it everywhere in the framework. The test related to that will be tested there. I also wanted to make changes in the single PR, but our flaky jobs are not allowing us. |
The reason to make the change one file per commit is our flakey jobs. It is pain to get all jobs pass at once.
Depends-On: #3280