Skip to content

Commit

Permalink
[issue 113] - Fixing CI e2e scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Jan 16, 2024
1 parent 2f1f077 commit 5fdfe98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ci/openshift-ci/build-root/e2e-test-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ cat test.properties

mkdir local-repo-prod
mvn clean install -Dmaven.repo.local=./local-repo-prod -DskipTests -Pwildfly-deployments-build.eap
mvn test -Dmaven.repo.local=./local-repo-prod -pl testsuite/ -Pts.prod \
mvn test -Dmaven.repo.local=./local-repo-prod -pl testsuite/integration-tests -Pts.prod \
-Dintersmash.wildfly.image=registry.redhat.io/jboss-eap-8-tech-preview/eap8-openjdk17-builder-openshift-rhel8:1.0.0.Beta \
-Dintersmash.wildfly.runtime.image=registry.redhat.io/jboss-eap-8-tech-preview/eap8-openjdk17-runtime-openshift-rhel8:1.0.0.Beta \
-Dintersmash.wildfly.operators.catalog_source=redhat-operators \
Expand Down
2 changes: 1 addition & 1 deletion .ci/openshift-ci/build-root/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ cat test.properties

mkdir local-repo-community
mvn clean install -Dmaven.repo.local=./local-repo-community -DskipTests
mvn test -Dmaven.repo.local=./local-repo-community -pl testsuite/ -Pts.community
mvn test -Dmaven.repo.local=./local-repo-community -pl testsuite/integration-tests -Pts.community
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@
<version.dev-failsafe.failsafe>3.3.1</version.dev-failsafe.failsafe>
<version.sundrio.builder-annotations>0.101.0</version.sundrio.builder-annotations>
<version.maven-gpg-plugin>3.1.0</version.maven-gpg-plugin>

<!--
By default, the follwing prop is empty, stating that the build profile (community vs. productized bits)
for WildFly deployment is none
-->
<intersmash.deployments.wildfly.build.profile></intersmash.deployments.wildfly.build.profile>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5fdfe98

Please sign in to comment.