opendevstack / opendevstack/ods-core

Quickstarter test framework extensions ..

Open
#1,089 1 comment 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.