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

Run builds in tests on agents by default even when the test does not specifically request this #344

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jglick
Copy link
Member

@jglick jglick commented Nov 5, 2021

Prototype of a test facility useful for catching mistakes of many types. Useful during jenkinsci/jenkins#5880 research. Needs more work to make this opt-in; and more reliable: will cause spurious failures for various reasons:

  • Various failures in e.g. workflow-basic-steps or credentials-binding tests as discussed in comments in sources; tricky to fix.
  • GUI tests which expect only one distinct Cloud to be present (e.g. ec2 or kubernetes).
  • Tests expecting something to run on master without using a label, e.g. AntTest.testParameterExpansion or FreestyleJobTest.customWorkspace or MatrixProjectCustomWorkspaceTest.customWorkspaceForParent, or some other cloud without a label.

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

Successfully merging this pull request may close these issues.

2 participants