Skip to content

Conversation

@breskeby
Copy link
Contributor

@breskeby breskeby commented Apr 4, 2025

Long term we want to have an easier way to declare custom sets of tests. Therefore, we want to support
gradle test suites syntax for all our test types to make this easier.

@breskeby breskeby added >non-issue :Delivery/Build Build or test infrastructure labels Apr 4, 2025
@breskeby breskeby requested a review from a team as a code owner April 4, 2025 19:36
@breskeby breskeby added Team:Delivery Meta label for Delivery team auto-backport Automatically create backport pull requests when merged v8.18.1 v8.19.0 v9.0.1 v9.1.0 v8.17.5 v8.16.7 labels Apr 4, 2025
@breskeby breskeby self-assigned this Apr 4, 2025
@breskeby breskeby force-pushed the internal-cluster-test-using-testsuites branch from 5cf9ac4 to fb16829 Compare April 4, 2025 19:36
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

@breskeby breskeby changed the title Rework internalClusterTest to support test suites [Gradle] Rework internal test plugins to support test suites Apr 4, 2025
@breskeby breskeby force-pushed the internal-cluster-test-using-testsuites branch 4 times, most recently from c16bb93 to 1b6c4ff Compare April 9, 2025 21:52
@breskeby breskeby force-pushed the internal-cluster-test-using-testsuites branch from fecfd7c to f4231eb Compare April 10, 2025 12:35
tasks.matching { it.name.equals('integTest') }.configureEach { integTestTask ->
integTestTask.mustRunAfter tasks.matching { it.name.equals("test") }
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just removing this unused stuff while being here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Automatically create backport pull requests when merged :Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team v8.16.7 v8.17.11 v8.18.9 v8.19.0 v9.0.9 v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants