Closed fabiobrz closed 1 day ago
Following up on CI checks for https://github.com/Intersmash/intersmash/pull/203#issuecomment-2376493835. The WildflyImageProvisionerTestCase test is failing fails because the new s2i images don't take ARTIFACT_DIR into account anymore. Such environment variable has been deprecated, and the latest WildFly s2i images are now using the `` environment variable as a consequence.
ARTIFACT_DIR
See also https://issues.redhat.com/browse/WFWIP-667
The solution is to replace the environment variable in the application descriptor used by the failing test.
testsuite
mvn clean install -DskipTests ; mvn test -pl testsuite/integration-tests -Dtest=WildflyImageProvisionerTestCase
Following up on CI checks for https://github.com/Intersmash/intersmash/pull/203#issuecomment-2376493835. The WildflyImageProvisionerTestCase test is failing fails because the new s2i images don't take
ARTIFACT_DIR
into account anymore. Such environment variable has been deprecated, and the latest WildFly s2i images are now using the `` environment variable as a consequence.See also https://issues.redhat.com/browse/WFWIP-667
The solution is to replace the environment variable in the application descriptor used by the failing test.
testsuite
modulemvn clean install -DskipTests ; mvn test -pl testsuite/integration-tests -Dtest=WildflyImageProvisionerTestCase