Skip to content

Commit

Permalink
Removes incorrect logging config file and adds unit test output to ar…
Browse files Browse the repository at this point in the history
…tifacts
  • Loading branch information
scottopell committed Oct 19, 2023
1 parent 799073d commit aa772c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ run_unit_tests:
image: eclipse-temurin:8u382-b05-jdk

script:
- ./mvnw -X -Djava.util.logging.config.file=$CI_PROJECT_DIR/target/run.log -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dtests.log_level=debug -Dtest=TestReconnectContainer -Djdk.attach.allowAttachSelf=true -B test
- ./mvnw -X -Dhttps.protocols=TLSv1.2 -Dcheckstyle.skip=true -Dtests.log_level=ALL -Dtest=TestReconnectContainer#testJMXDirectReconnect -Djdk.attach.allowAttachSelf=true -B test

artifacts:
expire_in: 1 mos
when: always
paths:
- target/surefire-reports/*.txt
- target/run.log
- /tmp/jmxfetch_test.log


# From the tagged repo, push the release artifact
Expand Down
2 changes: 1 addition & 1 deletion tools/misbehaving-jmx-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mvn dependency:resolve

# Copy the source code and build the JAR file
COPY src/ /app/src/
RUN mvn -X clean package assembly:single
RUN mvn clean package assembly:single

RUN ls /app/target

Expand Down

0 comments on commit aa772c5

Please sign in to comment.