Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickstarter test framework extensions .. #1089

Open
clemensutschig opened this issue Jan 14, 2022 · 1 comment
Open

Quickstarter test framework extensions .. #1089

clemensutschig opened this issue Jan 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@clemensutschig
Copy link
Member

clemensutschig commented Jan 14, 2022

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"`
@clemensutschig clemensutschig added the enhancement New feature or request label Jan 14, 2022
@clemensutschig clemensutschig self-assigned this Jan 14, 2022
@clemensutschig
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant