aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ee3178c..c7bda9f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -34,7 +34,7 @@ eks_container: &EKS_CONTAINER
namespace: default
image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j17-m3-latest
cpu: 1
- memory: 2G
+ memory: 4G
ec2_instance: &EC2_INSTANCE_WINDOWS
experimental: true # see https://github.com/cirruslabs/cirrus-ci-docs/issues/1051
@@ -77,11 +77,16 @@ linux_qa_java17_task:
<<: *EKS_CONTAINER
env:
matrix:
- - SQ_VERSION: LATEST_RELEASE[8.9]
+ - SQ_VERSION: LATEST_RELEASE[9.9]
- SQ_VERSION: DEV
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
qa_script:
+ - nodeVersion=18.17.0
+ - nodeName=node-v${nodeVersion}-linux-x64
+ - wget https://nodejs.org/download/release/v${nodeVersion}/${nodeName}.tar.gz
+ - tar xzf ${nodeName}.tar.gz -C /tmp
+ - export PATH=$PATH:/tmp/${nodeName}/bin
- source cirrus-env QA
- source set_maven_build_version $BUILD_NUMBER
- cd it
@@ -98,7 +103,7 @@ win_qa_java17_task:
env:
CIRRUS_SHELL: bash
matrix:
- - SQ_VERSION: LATEST_RELEASE[8.9]
+ - SQ_VERSION: LATEST_RELEASE[9.9]
- SQ_VERSION: DEV
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository