Rename workflow number variables for clarity#420
Conversation
While working on a different refactor I noticed that the naming of workflow number variables is a bit misleading. The workflowStepNum variable is currently used for parallel execution, but it is not really clear from the code as it blends in with the workflowStep vairable. This change should better clarify the actual difference between these workflow number variables.
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/16332c8fb424479fbaf63689c4a4db27 ✔️ openstack-k8s-operators-content-provider SUCCESS in 27m 07s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1d6c5109e66049f3a566e9ecfe45ff96 ❌ openstack-k8s-operators-content-provider FAILURE in 14m 58s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/cecb670a931f4d468ec7a6d57be6390a ✔️ openstack-k8s-operators-content-provider SUCCESS in 27m 27s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/e1c4c49033864e048e1930b896d7b52f ✔️ openstack-k8s-operators-content-provider SUCCESS in 27m 42s |
|
recheck |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrianfusco, belolipa, kstrenkova The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b97156c
into
openstack-k8s-operators:main
While working on a different refactor I noticed that the naming of workflow number variables is a bit misleading. The workflowStepNum variable is currently used for parallel execution, but it is not really clear from the code as it blends in with the workflowStep vairable. This change should better clarify the actual difference between these workflow number variables.