Skip to content

Commit

Permalink
Skip JVM mode tests in the native jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed May 8, 2020
1 parent be22af5 commit 310277c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
eval ./mvnw -V -ntp ${BRANCH_OPTIONS} clean verify \
-Dnative \
-Ddocker \
-DskipTests \

This comment has been minimized.

Copy link
@jamesnetherton

jamesnetherton May 8, 2020

Contributor

Are you sure this works? Logs from the CI build suggest JVM & native tests are skipped:

2020-05-08T08:23:40.5766983Z [INFO] --- maven-failsafe-plugin:2.22.2:integration-test (default) @ camel-quarkus-integration-test-olingo4 ---
2020-05-08T08:23:42.5424732Z [INFO] Tests are skipped.
2020-05-08T08:23:42.5431535Z [INFO] 
2020-05-08T08:23:42.5438238Z [INFO] --- maven-failsafe-plugin:2.22.2:verify (default) @ camel-quarkus-integration-test-olingo4 ---
2020-05-08T08:23:42.5477269Z [INFO] Tests are skipped.

This comment has been minimized.

Copy link
@ppalaga

ppalaga May 8, 2020

Author Contributor

Ups, that's alarming. Let me check

This comment has been minimized.

Copy link
@ppalaga

ppalaga May 8, 2020

Author Contributor

Indeed, it is there https://maven.apache.org/surefire/maven-failsafe-plugin/integration-test-mojo.html#skipTests and I knew only about skipITs. Let me revert

This comment has been minimized.

Copy link
@ppalaga

ppalaga May 8, 2020

Author Contributor
-pl "${modules[*]}"
# memoryhogs:
Expand Down

0 comments on commit 310277c

Please sign in to comment.