Keep running integration tests of modules without environment#18125
Keep running integration tests of modules without environment#18125jsoriano merged 3 commits intoelastic:masterfrom
Conversation
Modules that don't define a local environment with docker compose or kubernetes (kind) are not being executed. Fall back to the old default of docker in that case.
|
Pinging @elastic/integrations-platforms (Team:Platforms) |
💔 Build FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
--------------------- >> end captured stdout << ----------------------
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
fee7c3c to
3c34a2b
Compare
|
Failing tests are also failing in master, merging. |
Modules that don't define a local environment with docker compose or
kubernetes (kind) are not being executed. Fall back to the old default
of docker in that case.
Affected modules are the system modules, the stack ones (because they
use the docker compose defined in the beat directory) and cloud modules
(in #17480).
Continues with #17656, unblocks #17480.