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

Build: Pipeline don't run test task of Subsystems #4963

Open
DarkWeird opened this issue Nov 23, 2021 · 1 comment
Open

Build: Pipeline don't run test task of Subsystems #4963

DarkWeird opened this issue Nov 23, 2021 · 1 comment
Assignees
Labels
Category: Build/CI Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc. Status: Needs Discussion Requires help discussing a reported issue or provided PR Type: Bug Issues reporting and PRs fixing problems

Comments

@DarkWeird
Copy link
Contributor

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

  1. Run CI build(PR)
  2. 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
@DarkWeird DarkWeird added Type: Bug Issues reporting and PRs fixing problems Category: Build/CI Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc. Status: Needs Discussion Requires help discussing a reported issue or provided PR labels Nov 23, 2021
@keturn
Copy link
Member

keturn commented Nov 23, 2021

🔗 discussion thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Build/CI Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc. Status: Needs Discussion Requires help discussing a reported issue or provided PR Type: Bug Issues reporting and PRs fixing problems
Projects
None yet
Development

No branches or pull requests

3 participants