spring-projects / spring-aot-smoke-tests

Smoke tests for Spring's AOT and native support
https://spring-team-aot-smoke-tests-dashboard.azuremicroservices.io/
51 stars 35 forks source link

Remove older Pulsar smoke tests #217

Closed onobc closed 5 months ago

onobc commented 5 months ago

Now that Spring Pulsar is generally available starting with Spring Boot 3.2.x, we no longer need to support the pre-GA Pulsar 0.2.x version. This commit removes the Pulsar AOT smoke tests for Spring Boot 3.0.x and 3.1.x

cc: @wilkinsona

Once this proposal is merged (assuming it is), should we also delete the Pulsar tests from the corresponding branches?

wilkinsona commented 5 months ago

We should remove the tests from the branches and then run ./gradlew syncGitHubActionsWorkflows. Doing things this way round will mean that the tests are reinstated the next time the workflows are synced.

wilkinsona commented 5 months ago

I've removed the smoke tests in 442f42c (3.0.x) and ef38071 (3.1.x) and synced and updated the workflows in e3d48ee.

onobc commented 5 months ago

We should remove the tests from the branches and then run ./gradlew syncGitHubActionsWorkflows. Doing things this way round will mean that the tests are reinstated the next time the workflows are synced.

Ahh I figured there was some magic that I was missing. Thanks for the updates @wilkinsona