Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Mar 25, 2024
1 parent b2ea82d commit 20be6c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .ci/openshift-ci/build-root/e2e-test-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ EOL
cat test.properties

mkdir local-repo-prod
mvn clean install -Dmaven.repo.local=./local-repo-prod -DskipTests -Pts.wildfly.target-distribution.eap
mvn clean install -Dmaven.repo.local=./local-repo-prod -DskipTests -Pts.wildfly.target-distribution.eap \
-pl provisioners/ -am
mvn test -Dmaven.repo.local=./local-repo-prod -pl testsuite/integration-tests -Pts.execution-profile.prod,ts.wildfly.target-distribution.eap \
-Dintersmash.deployments.repository.url="https://github.com/${INTERSMASH_PR_AUTHOR}/${REPO_NAME}.git" \
-Dintersmash.deployments.repository.ref="${PULL_HEAD_REF}" \
Expand Down
6 changes: 4 additions & 2 deletions .ci/openshift-ci/build-root/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ EOL
cat test.properties

mkdir local-repo-community
mvn clean install -Dmaven.repo.local=./local-repo-community -DskipTests
mvn clean install -Dmaven.repo.local=./local-repo-community -DskipTests \
-pl provisioners/ -am
mvn test -Dmaven.repo.local=./local-repo-community -pl testsuite/integration-tests \
-Dintersmash.deployments.repository.url="https://github.com/${INTERSMASH_PR_AUTHOR}/${REPO_NAME}.git" \
-Dintersmash.deployments.repository.ref="${PULL_HEAD_REF}"
-Dintersmash.deployments.repository.ref="${PULL_HEAD_REF}" \
-Dtest=ProvisionerCleanupTestCase#testProvisioningWorkflowCleanup

0 comments on commit 20be6c2

Please sign in to comment.