Skip to content

Commit

Permalink
ci: update torture webdrivermanager version
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenard committed Jun 18, 2024
1 parent 5f70765 commit 52d05ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/torture/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM markhobson/maven-chrome:jdk-17
ARG JITSI_VERSION
RUN git clone --depth 1 --branch $(echo $JITSI_VERSION | sed -r "s/[a-z]+-([0-9]+)(-[0-9]+)?/jitsi-meet_\1/") https://github.com/jitsi/jitsi-meet-torture.git
WORKDIR jitsi-meet-torture
COPY patch.diff ./
RUN git apply patch.diff
RUN mvn install -DskipTests -Dcheckstyle.skip

ENTRYPOINT [ "mvn", "test", "-Dchrome.enable.headless=true", "-Dchrome.disable.sandbox" ]
13 changes: 13 additions & 0 deletions images/torture/patch.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/pom.xml b/pom.xml
index 466a7eb6..ecd61df5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
- <version>5.5.3</version>
+ <version>5.8.0</version>
</dependency>

<dependency>

0 comments on commit 52d05ff

Please sign in to comment.