-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Category: Build/CIRequests, Issues and Changes targeting gradle, groovy, Jenkins, etc.Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc.Status: Needs DiscussionRequires help discussing a reported issue or provided PRRequires help discussing a reported issue or provided PRType: BugIssues reporting and PRs fixing problemsIssues reporting and PRs fixing problems
Description
What you were trying to do
I am try to extract subsystems.
I created PR #4930 for this.
What actually happened
I receive Requested Changes because our CI don't runs test task for subsystem
Our CI don't run Subsystems's test task.
How to reproduce
- Run CI build(PR)
- Try to find tests which placed in subsystems.
Additional Infos / Context
Our pipeline ignores test task.
test-related tasks(in run order):
gradle unitTest
gradle check -x test (-x test - excludes test task)
gradle integrationTest
Metadata
Metadata
Labels
Category: Build/CIRequests, Issues and Changes targeting gradle, groovy, Jenkins, etc.Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc.Status: Needs DiscussionRequires help discussing a reported issue or provided PRRequires help discussing a reported issue or provided PRType: BugIssues reporting and PRs fixing problemsIssues reporting and PRs fixing problems