diff --git a/jenkins/opensearch-dashboards/integ-test.jenkinsfile b/jenkins/opensearch-dashboards/integ-test.jenkinsfile index 0706cbf6c9..c8fede3257 100644 --- a/jenkins/opensearch-dashboards/integ-test.jenkinsfile +++ b/jenkins/opensearch-dashboards/integ-test.jenkinsfile @@ -7,7 +7,7 @@ * compatible open source license. */ -lib = library(identifier: 'jenkins@8.3.0', retriever: modernSCM([ +lib = library(identifier: 'jenkins@8.3.2', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ])) @@ -259,7 +259,7 @@ pipeline { artifactBucketName: "${ARTIFACT_BUCKET_NAME}", distribution: "${distribution}", buildManifest: "${BUILD_MANIFEST}", - testManifest: "${TEST_MANIFEST}" + testManifest: "manifests/${TEST_MANIFEST}" ) } } catch (e) { @@ -306,7 +306,7 @@ pipeline { artifactBucketName: "${ARTIFACT_BUCKET_NAME}", distribution: "${distribution}", buildManifest: "${BUILD_MANIFEST}", - testManifest: "${TEST_MANIFEST}" + testManifest: "manifests/${TEST_MANIFEST}" ) } } catch (e) { diff --git a/jenkins/opensearch/integ-test.jenkinsfile b/jenkins/opensearch/integ-test.jenkinsfile index 732344f005..0392b3f04c 100644 --- a/jenkins/opensearch/integ-test.jenkinsfile +++ b/jenkins/opensearch/integ-test.jenkinsfile @@ -7,7 +7,7 @@ * compatible open source license. */ -lib = library(identifier: 'jenkins@8.3.0', retriever: modernSCM([ +lib = library(identifier: 'jenkins@8.3.2', retriever: modernSCM([ $class: 'GitSCMSource', remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git', ])) @@ -43,13 +43,6 @@ pipeline { BUILD_JOB_NAME = 'distribution-build-opensearch' ARTIFACT_BUCKET_NAME = credentials('jenkins-artifact-bucket-name') } - // Add as follows to enable parameterizedCron trigger for a specific test manifest. - /*triggers { - parameterizedCron ''' - H 1 * * * %TEST_MANIFEST=2.12.0/opensearch-2.12.0-concurrent-search-test.yml;BUILD_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.12.0/latest/linux/arm64/tar/builds/opensearch/manifest.yml - H 1 * * * %TEST_MANIFEST=2.12.0/opensearch-2.12.0-concurrent-search-test.yml;BUILD_MANIFEST_URL=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/2.12.0/latest/linux/x64/tar/builds/opensearch/manifest.yml - ''' - }*/ parameters { string( name: 'COMPONENT_NAME', diff --git a/tests/jenkins/TestOpenSearchDashboardsIntegTest.groovy b/tests/jenkins/TestOpenSearchDashboardsIntegTest.groovy index 94737a410a..e45c37723d 100644 --- a/tests/jenkins/TestOpenSearchDashboardsIntegTest.groovy +++ b/tests/jenkins/TestOpenSearchDashboardsIntegTest.groovy @@ -26,7 +26,7 @@ class TestOpenSearchDashboardsIntegTest extends BuildPipelineTest { helper.registerSharedLibrary( library().name('jenkins') - .defaultVersion('8.0.0') + .defaultVersion('8.3.2') .allowOverride(true) .implicit(true) .targetPath('vars') diff --git a/tests/jenkins/TestOpenSearchIntegTest.groovy b/tests/jenkins/TestOpenSearchIntegTest.groovy index 789b514350..e45e85ea19 100644 --- a/tests/jenkins/TestOpenSearchIntegTest.groovy +++ b/tests/jenkins/TestOpenSearchIntegTest.groovy @@ -25,7 +25,7 @@ class TestOpenSearchIntegTest extends BuildPipelineTest { helper.registerSharedLibrary( library().name('jenkins') - .defaultVersion('7.3.0') + .defaultVersion('8.3.2') .allowOverride(true) .implicit(true) .targetPath('vars') @@ -92,7 +92,7 @@ class TestOpenSearchIntegTest extends BuildPipelineTest { super.testPipeline('jenkins/opensearch/integ-test.jenkinsfile', 'tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test.jenkinsfile') assert getCommandExecutions('stage', 'validate-artifacts').size() == 1 - assertThat(getCommandExecutions('sh', 'test.sh'), hasItem('env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component k-NN --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ')) + assertThat(getCommandExecutions('sh', 'test.sh'), hasItem('env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component ml-commons --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ')) assertThat(getCommandExecutions('sh', 'report.sh'), hasItem('./report.sh manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --artifact-paths opensearch=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar --test-run-id 234 --test-type integ-test --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar --release-candidate 0 ')) assertThat(getCommandExecutions('echo', 'Testing'), hasItem('Testing components: [ml-commons, anomaly-detection, neural-search, security-analytics, security, k-NN, notifications]')) assertCallStack().contains('curl -sSL https://ci.opensearch.org/ci/dbc/integ-test/3.0.0/9010/linux/x64/tar/test-results/234/integ-test/test-report.yml --output test-results-os-234/test-report.yml') diff --git a/tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test-without-validation.jenkinsfile.txt b/tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test-without-validation.jenkinsfile.txt index e971a4ba78..5856e7e95c 100644 --- a/tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test-without-validation.jenkinsfile.txt +++ b/tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test-without-validation.jenkinsfile.txt @@ -1,6 +1,6 @@ integ-test.run() integ-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git}) - integ-test.library({identifier=jenkins@8.3.0, retriever=null}) + integ-test.library({identifier=jenkins@8.3.2, retriever=null}) integ-test.pipeline(groovy.lang.Closure) integ-test.credentials(jenkins-artifact-bucket-name) integ-test.timeout({time=7, unit=HOURS}) @@ -13,7 +13,7 @@ integ-test.fileExists(manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) @@ -21,7 +21,7 @@ BuildManifest.asBoolean() integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/215/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/215/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -47,7 +47,7 @@ integ-test.script(groovy.lang.Closure) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) @@ -94,15 +94,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo ganttChartDashboards with index 0 will sleep 0 seconds to reduce load && sleep 0) - integ-test.runIntegTestScriptForOSD({localComponent=ganttChartDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=ganttChartDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=ganttChartDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=ganttChartDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -123,7 +123,7 @@ integ-test.echo(Completed running integtest for component ganttChartDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -144,15 +144,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo indexManagementDashboards with index 1 will sleep 20 seconds to reduce load && sleep 20) - integ-test.runIntegTestScriptForOSD({localComponent=indexManagementDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=indexManagementDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=indexManagementDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=indexManagementDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -173,7 +173,7 @@ integ-test.echo(Completed running integtest for component indexManagementDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -194,15 +194,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo anomalyDetectionDashboards with index 2 will sleep 40 seconds to reduce load && sleep 40) - integ-test.runIntegTestScriptForOSD({localComponent=anomalyDetectionDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=anomalyDetectionDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=anomalyDetectionDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=anomalyDetectionDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -223,7 +223,7 @@ integ-test.echo(Completed running integtest for component anomalyDetectionDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -244,15 +244,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-1 will sleep 20 seconds to reduce load && sleep 20) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=1, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=1, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=1}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=1}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -273,7 +273,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-1) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -294,15 +294,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-2 will sleep 40 seconds to reduce load && sleep 40) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=2, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=2, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=2}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=2}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -323,7 +323,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-2) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -344,15 +344,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-3 will sleep 60 seconds to reduce load && sleep 60) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=3, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=3, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=3}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=3}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -373,7 +373,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-3) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -394,15 +394,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-4 will sleep 80 seconds to reduce load && sleep 80) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=4, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=4, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=4}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=4}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -423,7 +423,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-4) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -444,15 +444,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-5 will sleep 100 seconds to reduce load && sleep 100) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=5, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=5, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=5}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=5}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -473,7 +473,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-5) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -494,15 +494,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-6 will sleep 120 seconds to reduce load && sleep 120) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=6, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=6, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=6}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=6}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -523,7 +523,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-6) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -544,15 +544,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-7 will sleep 140 seconds to reduce load && sleep 140) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=7, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=7, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=7}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=7}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -573,7 +573,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-7) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -594,15 +594,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-8 will sleep 160 seconds to reduce load && sleep 160) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=8, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=8, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=8}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=8}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -623,7 +623,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-8) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -644,15 +644,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-9 will sleep 180 seconds to reduce load && sleep 180) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=9, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=9, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=9}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=9}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -673,7 +673,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-9) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -694,15 +694,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo reportsDashboards with index 4 will sleep 80 seconds to reduce load && sleep 80) - integ-test.runIntegTestScriptForOSD({localComponent=reportsDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=reportsDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=reportsDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=reportsDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -723,7 +723,7 @@ integ-test.echo(Completed running integtest for component reportsDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -744,15 +744,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo queryWorkbenchDashboards with index 5 will sleep 100 seconds to reduce load && sleep 100) - integ-test.runIntegTestScriptForOSD({localComponent=queryWorkbenchDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=queryWorkbenchDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=queryWorkbenchDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=queryWorkbenchDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -773,7 +773,7 @@ integ-test.echo(Completed running integtest for component queryWorkbenchDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -794,15 +794,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo observabilityDashboards with index 6 will sleep 120 seconds to reduce load && sleep 120) - integ-test.runIntegTestScriptForOSD({localComponent=observabilityDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=observabilityDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=observabilityDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=observabilityDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -823,7 +823,7 @@ integ-test.echo(Completed running integtest for component observabilityDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -847,7 +847,7 @@ integ-test.checkout(groovy.lang.Closure) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) @@ -855,7 +855,7 @@ BuildManifest.asBoolean() integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/215/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/215/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -863,7 +863,7 @@ BuildManifest.asBoolean() integ-test.createUploadTestReportManifest({testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, dashboardsBuildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testRunID=215, testType=integ-test, rcNumber=0, componentName=}) createUploadTestReportManifest.legacySCM(groovy.lang.Closure) - createUploadTestReportManifest.library({identifier=jenkins@8.0.0, retriever=null}) + createUploadTestReportManifest.library({identifier=jenkins@8.3.2, retriever=null}) createUploadTestReportManifest.readYaml({file=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) TestManifest.asBoolean() createUploadTestReportManifest.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) diff --git a/tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test.jenkinsfile.txt b/tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test.jenkinsfile.txt index c586e62e16..8267883b5d 100644 --- a/tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test.jenkinsfile.txt +++ b/tests/jenkins/jenkinsjob-regression-files/opensearch-dashboards/integ-test.jenkinsfile.txt @@ -1,6 +1,6 @@ integ-test.run() integ-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git}) - integ-test.library({identifier=jenkins@8.3.0, retriever=null}) + integ-test.library({identifier=jenkins@8.3.2, retriever=null}) integ-test.pipeline(groovy.lang.Closure) integ-test.credentials(jenkins-artifact-bucket-name) integ-test.timeout({time=7, unit=HOURS}) @@ -13,7 +13,7 @@ integ-test.fileExists(manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) @@ -21,7 +21,7 @@ BuildManifest.asBoolean() integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/215/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/215/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -59,7 +59,7 @@ integ-test.script(groovy.lang.Closure) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) @@ -106,15 +106,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo ganttChartDashboards with index 0 will sleep 0 seconds to reduce load && sleep 0) - integ-test.runIntegTestScriptForOSD({localComponent=ganttChartDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=ganttChartDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=ganttChartDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=ganttChartDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -135,7 +135,7 @@ integ-test.echo(Completed running integtest for component ganttChartDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -156,15 +156,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo indexManagementDashboards with index 1 will sleep 20 seconds to reduce load && sleep 20) - integ-test.runIntegTestScriptForOSD({localComponent=indexManagementDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=indexManagementDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=indexManagementDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=indexManagementDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -185,7 +185,7 @@ integ-test.echo(Completed running integtest for component indexManagementDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -206,15 +206,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo anomalyDetectionDashboards with index 2 will sleep 40 seconds to reduce load && sleep 40) - integ-test.runIntegTestScriptForOSD({localComponent=anomalyDetectionDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=anomalyDetectionDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=anomalyDetectionDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=anomalyDetectionDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -235,7 +235,7 @@ integ-test.echo(Completed running integtest for component anomalyDetectionDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -256,15 +256,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-1 will sleep 20 seconds to reduce load && sleep 20) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=1, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=1, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=1}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=1}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -285,7 +285,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-1) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -306,15 +306,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-2 will sleep 40 seconds to reduce load && sleep 40) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=2, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=2, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=2}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=2}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -335,7 +335,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-2) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -356,15 +356,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-3 will sleep 60 seconds to reduce load && sleep 60) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=3, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=3, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=3}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=3}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -385,7 +385,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-3) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -406,15 +406,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-4 will sleep 80 seconds to reduce load && sleep 80) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=4, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=4, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=4}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=4}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -435,7 +435,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-4) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -456,15 +456,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-5 will sleep 100 seconds to reduce load && sleep 100) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=5, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=5, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=5}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=5}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -485,7 +485,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-5) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -506,15 +506,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-6 will sleep 120 seconds to reduce load && sleep 120) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=6, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=6, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=6}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=6}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -535,7 +535,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-6) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -556,15 +556,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-7 will sleep 140 seconds to reduce load && sleep 140) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=7, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=7, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=7}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=7}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -585,7 +585,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-7) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -606,15 +606,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-8 will sleep 160 seconds to reduce load && sleep 160) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=8, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=8, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=8}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=8}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -635,7 +635,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-8) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -656,15 +656,15 @@ integ-test.timeout({time=3, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo OpenSearch-Dashboards-ci-group-9 will sleep 180 seconds to reduce load && sleep 180) - integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=9, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=OpenSearch-Dashboards, switchUserNonRoot=false, ciGroup=9, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=9}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=OpenSearch-Dashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=9}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -685,7 +685,7 @@ integ-test.echo(Completed running integtest for component OpenSearch-Dashboards-ci-group-9) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -706,15 +706,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo reportsDashboards with index 4 will sleep 80 seconds to reduce load && sleep 80) - integ-test.runIntegTestScriptForOSD({localComponent=reportsDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=reportsDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=reportsDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=reportsDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -735,7 +735,7 @@ integ-test.echo(Completed running integtest for component reportsDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -756,15 +756,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo queryWorkbenchDashboards with index 5 will sleep 100 seconds to reduce load && sleep 100) - integ-test.runIntegTestScriptForOSD({localComponent=queryWorkbenchDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=queryWorkbenchDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=queryWorkbenchDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=queryWorkbenchDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -785,7 +785,7 @@ integ-test.echo(Completed running integtest for component queryWorkbenchDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -806,15 +806,15 @@ integ-test.timeout({time=6, unit=HOURS}, groovy.lang.Closure) integ-test.node(Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host, groovy.lang.Closure) integ-test.sh(echo observabilityDashboards with index 6 will sleep 120 seconds to reduce load && sleep 120) - integ-test.runIntegTestScriptForOSD({localComponent=observabilityDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) + integ-test.runIntegTestScriptForOSD({localComponent=observabilityDashboards, switchUserNonRoot=false, ciGroup=, artifactPathOpenSearch=distribution-build-opensearch/3.0.0/215/linux/x64/tar, artifactPath=test-integ-job/3.0.0/215/linux/x64/tar, artifactBucketName=job-s3-bucket-name, distribution=tar, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) runIntegTestScriptForOSD.legacySCM(groovy.lang.Closure) - runIntegTestScriptForOSD.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScriptForOSD.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScriptForOSD.unstash(integtest-opensearch-dashboards-215) runIntegTestScriptForOSD.echo(Not on Windows, unstash repository+artifacts) runIntegTestScriptForOSD.sh(rm -rf test-results) - runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=observabilityDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) + runIntegTestScriptForOSD.runIntegTestScript({jobName=test-integ-job, componentName=observabilityDashboards, buildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false, ciGroup=}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@8.0.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -835,7 +835,7 @@ integ-test.echo(Completed running integtest for component observabilityDashboards) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@8.0.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 215) @@ -859,7 +859,7 @@ integ-test.checkout(groovy.lang.Closure) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/215/linux/x64/tar/builds/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml) @@ -867,7 +867,7 @@ BuildManifest.asBoolean() integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/215/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@8.0.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/215/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -875,7 +875,7 @@ BuildManifest.asBoolean() integ-test.createUploadTestReportManifest({testManifest=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, dashboardsBuildManifest=tests/jenkins/data/opensearch-dashboards-3.0.0-build.yml, testRunID=215, testType=integ-test, rcNumber=0, componentName=}) createUploadTestReportManifest.legacySCM(groovy.lang.Closure) - createUploadTestReportManifest.library({identifier=jenkins@8.0.0, retriever=null}) + createUploadTestReportManifest.library({identifier=jenkins@8.3.2, retriever=null}) createUploadTestReportManifest.readYaml({file=manifests/tests/jenkins/data/opensearch-dashboards-3.0.0-test.yml}) TestManifest.asBoolean() createUploadTestReportManifest.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) diff --git a/tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test-without-validation.jenkinsfile.txt b/tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test-without-validation.jenkinsfile.txt index ec5dbc2c4b..c4bf73be6c 100644 --- a/tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test-without-validation.jenkinsfile.txt +++ b/tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test-without-validation.jenkinsfile.txt @@ -1,6 +1,6 @@ integ-test.run() integ-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git}) - integ-test.library({identifier=jenkins@8.3.0, retriever=null}) + integ-test.library({identifier=jenkins@8.3.2, retriever=null}) integ-test.pipeline(groovy.lang.Closure) integ-test.credentials(jenkins-artifact-bucket-name) integ-test.timeout({time=4, unit=HOURS}) @@ -13,7 +13,7 @@ integ-test.fileExists(manifests/tests/jenkins/data/opensearch-3.0.0-test.yml) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@7.3.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -33,7 +33,7 @@ integ-test.script(groovy.lang.Closure) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@7.3.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -79,7 +79,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=ml-commons, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -88,7 +88,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -102,12 +102,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: ml-commons) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component ml-commons --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component ml-commons --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component ml-commons --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component ml-commons --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component ml-commons) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -133,7 +133,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=anomaly-detection, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -142,7 +142,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -156,12 +156,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: anomaly-detection) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component anomaly-detection --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component anomaly-detection --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component anomaly-detection --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component anomaly-detection --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component anomaly-detection) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -187,7 +187,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=neural-search, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -196,7 +196,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -210,12 +210,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: neural-search) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component neural-search --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component neural-search --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component neural-search --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component neural-search --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component neural-search) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -241,7 +241,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=security-analytics, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -250,7 +250,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -264,12 +264,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: security-analytics) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security-analytics --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security-analytics --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security-analytics --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security-analytics --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component security-analytics) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -295,7 +295,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=security, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -304,7 +304,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -318,12 +318,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: security) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component security) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -349,7 +349,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=k-NN, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -358,7 +358,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -372,12 +372,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: k-NN) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component k-NN --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component k-NN --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component k-NN --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component k-NN --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component k-NN) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -403,7 +403,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=notifications, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -412,7 +412,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -426,12 +426,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: notifications) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component notifications --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component notifications --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component notifications --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component notifications --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component notifications) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -455,7 +455,7 @@ integ-test.checkout(groovy.lang.Closure) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@7.3.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -463,7 +463,7 @@ BuildManifest.asBoolean() integ-test.createUploadTestReportManifest({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testRunID=234, testType=integ-test, rcNumber=0, componentName=}) createUploadTestReportManifest.legacySCM(groovy.lang.Closure) - createUploadTestReportManifest.library({identifier=jenkins@7.3.0, retriever=null}) + createUploadTestReportManifest.library({identifier=jenkins@8.3.2, retriever=null}) createUploadTestReportManifest.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() createUploadTestReportManifest.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) diff --git a/tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test.jenkinsfile.txt b/tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test.jenkinsfile.txt index c805fadf31..7b5496d9a8 100644 --- a/tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test.jenkinsfile.txt +++ b/tests/jenkins/jenkinsjob-regression-files/opensearch/integ-test.jenkinsfile.txt @@ -1,6 +1,6 @@ integ-test.run() integ-test.modernSCM({$class=GitSCMSource, remote=https://github.com/opensearch-project/opensearch-build-libraries.git}) - integ-test.library({identifier=jenkins@8.3.0, retriever=null}) + integ-test.library({identifier=jenkins@8.3.2, retriever=null}) integ-test.pipeline(groovy.lang.Closure) integ-test.credentials(jenkins-artifact-bucket-name) integ-test.timeout({time=4, unit=HOURS}) @@ -13,7 +13,7 @@ integ-test.fileExists(manifests/tests/jenkins/data/opensearch-3.0.0-test.yml) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@7.3.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -44,7 +44,7 @@ integ-test.script(groovy.lang.Closure) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@7.3.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -90,7 +90,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=ml-commons, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -99,7 +99,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -113,12 +113,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: ml-commons) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component ml-commons --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component ml-commons --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component ml-commons --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component ml-commons --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component ml-commons) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -144,7 +144,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=anomaly-detection, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -153,7 +153,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -167,12 +167,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: anomaly-detection) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component anomaly-detection --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component anomaly-detection --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component anomaly-detection --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component anomaly-detection --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component anomaly-detection) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -198,7 +198,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=neural-search, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -207,7 +207,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -221,12 +221,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: neural-search) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component neural-search --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component neural-search --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component neural-search --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component neural-search --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component neural-search) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -252,7 +252,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=security-analytics, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -261,7 +261,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -275,12 +275,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: security-analytics) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security-analytics --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security-analytics --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security-analytics --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security-analytics --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component security-analytics) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -306,7 +306,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=security, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -315,7 +315,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -329,12 +329,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: security) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component security --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component security) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -360,7 +360,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=k-NN, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -369,7 +369,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -383,12 +383,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: k-NN) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component k-NN --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component k-NN --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component k-NN --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component k-NN --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component k-NN) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -414,7 +414,7 @@ integ-test.sh(rm -rf test-results) integ-test.runIntegTestScript({jobName=distribution-build-opensearch, componentName=notifications, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, localPath=/tmp/workspace/tar, switchUserNonRoot=false}) runIntegTestScript.legacySCM(groovy.lang.Closure) - runIntegTestScript.library({identifier=jenkins@7.3.0, retriever=null}) + runIntegTestScript.library({identifier=jenkins@8.3.2, retriever=null}) runIntegTestScript.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() BuildManifest.getArtifactArchitecture() @@ -423,7 +423,7 @@ runIntegTestScript.echo(Start integTest on: tar x64 linux) runIntegTestScript.detectTestDockerAgent({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) detectTestDockerAgent.legacySCM(groovy.lang.Closure) - detectTestDockerAgent.library({identifier=jenkins@7.3.0, retriever=null}) + detectTestDockerAgent.library({identifier=jenkins@8.3.2, retriever=null}) detectTestDockerAgent.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() detectTestDockerAgent.echo(Using Docker image opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 (-e JAVA_HOME=/opt/java/openjdk-17)) @@ -437,12 +437,12 @@ runIntegTestScript.echo(Base Path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar) runIntegTestScript.echo(Component: notifications) runIntegTestScript.echo(Switch User to Non-Root (uid=1000): false) - runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component notifications --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) - runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component notifications --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.echo(Run command: env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component notifications --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) + runIntegTestScript.sh(env PATH=$PATH JAVA_HOME=/opt/java/openjdk-17 ./test.sh integ-test manifests/tests/jenkins/data/opensearch-3.0.0-test.yml --component notifications --test-run-id 234 --paths opensearch=/tmp/workspace/tar --base-path DUMMY_PUBLIC_ARTIFACT_URL/dummy_job/3.0.0/9010/linux/x64/tar ) integ-test.echo(Completed running integtest for component notifications) integ-test.uploadTestResults({buildManifestFileName=tests/jenkins/data/opensearch-3.0.0-build.yml, jobName=dummy_job}) uploadTestResults.legacySCM(groovy.lang.Closure) - uploadTestResults.library({identifier=jenkins@7.3.0, retriever=null}) + uploadTestResults.library({identifier=jenkins@8.3.2, retriever=null}) uploadTestResults.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml}) BuildManifest.asBoolean() uploadTestResults.echo(Build Id: 9010) @@ -466,7 +466,7 @@ integ-test.checkout(groovy.lang.Closure) integ-test.downloadBuildManifest({url=https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz, path=tests/jenkins/data/opensearch-3.0.0-build.yml}) downloadBuildManifest.legacySCM(groovy.lang.Closure) - downloadBuildManifest.library({identifier=jenkins@7.3.0, retriever=null}) + downloadBuildManifest.library({identifier=jenkins@8.3.2, retriever=null}) downloadBuildManifest.sh(mkdir -p $(dirname "tests/jenkins/data/opensearch-3.0.0-build.yml")) downloadBuildManifest.sh(touch tests/jenkins/data/opensearch-3.0.0-build.yml) downloadBuildManifest.sh(curl -sSL --retry 5 https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/3.0.0/9010/linux/x64/tar/dist/opensearch/opensearch-3.0.0-linux-x64.tar.gz --output tests/jenkins/data/opensearch-3.0.0-build.yml) @@ -474,7 +474,7 @@ BuildManifest.asBoolean() integ-test.createUploadTestReportManifest({testManifest=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml, buildManifest=tests/jenkins/data/opensearch-3.0.0-build.yml, testRunID=234, testType=integ-test, rcNumber=0, componentName=}) createUploadTestReportManifest.legacySCM(groovy.lang.Closure) - createUploadTestReportManifest.library({identifier=jenkins@7.3.0, retriever=null}) + createUploadTestReportManifest.library({identifier=jenkins@8.3.2, retriever=null}) createUploadTestReportManifest.readYaml({file=manifests/tests/jenkins/data/opensearch-3.0.0-test.yml}) TestManifest.asBoolean() createUploadTestReportManifest.readYaml({file=tests/jenkins/data/opensearch-3.0.0-build.yml})