Update to 2023-12-22 13:00

This commit is contained in:
Daniel Berteaud 2023-12-22 13:00:35 +01:00
parent 8fe43fc058
commit 603f86fdbd
4 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
---
# Version of Shash TM to install
squashtm_version: 5.1.0
squashtm_version: 6.0.0
# Archive URL which will be downloaded during install/upgrades
squashtm_archive_url: https://nexus.squashtest.org/nexus/repository/public-releases/tm/core/squash-tm-distribution/{{ squashtm_version }}.RELEASE/squash-tm-{{ squashtm_version }}.RELEASE.tar.gz
# Expected checksum of the archive
squashtm_archive_sha256: f03f7df42f0d88d6ec3e704ad78ce74a34ac3e575f6d6d6621699fd2e2859183
squashtm_archive_sha256: 8d3d6726bdf9a9403560471be3ac6a49629ecf96490766ff28c6220f8508dbe7
# Should ansible handle upgrades ? (if False, only initial install and configuration will be done)
squashtm_manage_upgrade: True

View File

@ -8,7 +8,7 @@ User={{ squashtm_user }}
Group={{ squashtm_user }}
WorkingDirectory={{ squashtm_root_dir }}/app
EnvironmentFile={{ squashtm_root_dir }}/etc/env
ExecStart=/usr/lib/jvm/jre-11/bin/java \
ExecStart=/usr/lib/jvm/jre-17/bin/java \
-Xms128m -Xmx2048m -server \
-Duser.language=en \
-Djava.io.tmpdir=${TMP_DIR} \

View File

@ -1,6 +1,6 @@
---
squashtm_packages:
- java-11-openjdk
- java-17-openjdk
- tar
- zstd

View File

@ -1,6 +1,6 @@
---
squashtm_packages:
- java-11-openjdk
- java-17-openjdk
- tar
- zstd