opendevstack / opendevstack/ods-core
Quickstarter test framework extensions ..
Open
@clemensutschig is already working on this.
Since Jan 14, 2022.
enhancement
- Dominant language
- Shell
- Stars
- 53
- Forks
- 34
- Avg merge
- 3h 26m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
Especially in the context of the release manager - we need two more pieces ...
a) the check for non-existant attachments and
b) the check for other jenkins pipeline runs (e.g. those triggered by RM commits...)
@michaelsauter - I plan on extending the struct already existing with
// Especially for release manager, but maybe for others, it's important to verify other jobs
VerifyOtherJenkinsJobs []struct {
// Name of the job BC, latest run is always taken
JobName string `json:"jobName"`
// JSON file defining expected Jenkins stages (relative to "testdata" directory).
JenkinsStages string `json:"jenkinsStages"`
// Status the job must be in
JobStatus string `json:"jobStatus"`
} `json:"verifyOtherJenkinsJobs"`
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.