mayadata-io / mayadata-io/oep-e2e
Sequencing gitlab jobs
@AmitKumarDas is already working on this.
Since Apr 30, 2020.
- Dominant language
- Python
- Stars
- 6
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
As per current OEP E2E flow we need to run some gitlab jobs under the same stage in a given sequence. Gitlab has some limitations on running jobs under the same stage in a given sequence. So to overcome this limitation we are creating a custom resource named e2e-cr. In this CR we update the results of the jobs that needs to be sequenced. The jobs that are dependent on a xyz job pools for the status of the xyz job and onces it gets Completed the dependent job starts running.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.