spring-projects / spring-aot-smoke-tests

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

Unable to manually start a smoke test in concourse #157

Closed mhalbritter closed 1 year ago

mhalbritter commented 1 year ago

When scheduling a new build for a smoke test in concourse, it waits for a resource named time-<name-of-the-test>.

image

I guess this is a side effect of how the "schedule on some random time in the night" is set up.

wilkinsona commented 1 year ago

It works now that time-spring-pulsar-app-test has produced its first version. In other words, this is only a problem when a new smoke test has been added and you want to run it immediately rather than waiting for it to be scheduled. I'm not sure that there's anything that we can (easily) do about that.

mhalbritter commented 1 year ago

Ah, I guess we can live with that.