diff --git a/.github/workflows/run-regression-tests.yml b/.github/workflows/run-regression-tests.yml index 6d82b900..1947a9bd 100644 --- a/.github/workflows/run-regression-tests.yml +++ b/.github/workflows/run-regression-tests.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: runtime: [ linux, mac, windows ] - targetPlatform: [ 2Q2023 ] + targetPlatform: [ 3Q2023 ] include: - runtime: linux os: ubuntu-latest diff --git a/ci/jenkins/run-tests b/ci/jenkins/run-tests index 4effe055..a9e25552 100644 --- a/ci/jenkins/run-tests +++ b/ci/jenkins/run-tests @@ -38,18 +38,18 @@ pipeline { } } - stage('Test on Eclipse 2Q2023') { + stage('Test on Eclipse 3Q2023') { steps { dir('liberty-tools-eclipse') { script { try { wrap([$class: 'Xvfb', installationName: 'gui-test', autoDisplayName: true, debug: true, parallelBuild: true, screen: '1680x1050x24']) { sh "metacity --sm-disable --replace &" - sh "mvn clean verify -Dtycho.disableP2Mirrors=true -Declipse.target=2Q2023 -Dosgi.debug=./tests/resources/ci/debug.opts -DtestAppImportWait=120000 -Dtycho.showEclipseLog -e" + sh "mvn clean verify -Dtycho.disableP2Mirrors=true -Declipse.target=3Q2023 -Dosgi.debug=./tests/resources/ci/debug.opts -DtestAppImportWait=120000 -Dtycho.showEclipseLog -e" } } finally { - sh "cd tests/target/surefire-reports && zip -r 2Q2023-test-reports.zip ." - archiveArtifacts artifacts: 'tests/target/surefire-reports/2Q2023-test-reports.zip', fingerprint: true + sh "cd tests/target/surefire-reports && zip -r 3Q2023-test-reports.zip ." + archiveArtifacts artifacts: 'tests/target/surefire-reports/3Q2023-test-reports.zip', fingerprint: true } } } diff --git a/pom.xml b/pom.xml index 84417032..09c6d9d5 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 2Q2023 + 3Q2023 diff --git a/releng/target-platform-3Q2023/target-platform-3Q2023.target b/releng/target-platform-3Q2023/target-platform-3Q2023.target new file mode 100644 index 00000000..249efedc --- /dev/null +++ b/releng/target-platform-3Q2023/target-platform-3Q2023.target @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + net.bytebuddy + byte-buddy-agent + 1.12.17 + jar + + + net.bytebuddy + byte-buddy + 1.12.17 + jar + + + org.mockito + mockito-core + 4.8.1 + jar + + + org.mockito + mockito-junit-jupiter + 4.8.1 + jar + + + org.objenesis + objenesis + 3.3 + jar + + + + + + + + + +