-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTO] Increment jenkins library version (#488)
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
- Loading branch information
1 parent
1e62779
commit a899a55
Showing
107 changed files
with
155 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
ArchiveAssembleUpload_Jenkinsfile.script(groovy.lang.Closure) | ||
ArchiveAssembleUpload_Jenkinsfile.archiveAssembleUpload({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar}) | ||
archiveAssembleUpload.legacySCM(groovy.lang.Closure) | ||
archiveAssembleUpload.library({[email protected].2, retriever=null}) | ||
archiveAssembleUpload.library({[email protected].3, retriever=null}) | ||
archiveAssembleUpload.readYaml({file=tests/data/opensearch-1.3.0.yml}) | ||
InputManifest.asBoolean() | ||
archiveAssembleUpload.echo(Unstashing test-stash-tar before starting the assemble process) | ||
|
@@ -15,17 +15,17 @@ | |
BuildManifest.asBoolean() | ||
archiveAssembleUpload.assembleUpload({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar, buildManifest=tar/builds/opensearch/manifest.yml}) | ||
assembleUpload.legacySCM(groovy.lang.Closure) | ||
assembleUpload.library({[email protected].2, retriever=null}) | ||
assembleUpload.library({[email protected].3, retriever=null}) | ||
assembleUpload.assembleManifest({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar, buildManifest=tar/builds/opensearch/manifest.yml}) | ||
assembleManifest.legacySCM(groovy.lang.Closure) | ||
assembleManifest.library({[email protected].2, retriever=null}) | ||
assembleManifest.library({[email protected].3, retriever=null}) | ||
assembleManifest.readYaml({file=tar/builds/opensearch/manifest.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getArtifactRootUrlWithoutDistribution(https://ci.opensearch.org/dbc, vars-build, 33) | ||
assembleManifest.sh(./assemble.sh "tar/builds/opensearch/manifest.yml" --base-url https://ci.opensearch.org/dbc/vars-build/1.3.0/33/linux/x64) | ||
assembleUpload.uploadArtifacts({inputManifest=tests/data/opensearch-1.3.0.yml, platform=linux, architecture=x64, distribution=tar, stashName=test-stash-tar, buildManifest=tar/builds/opensearch/manifest.yml}) | ||
uploadArtifacts.legacySCM(groovy.lang.Closure) | ||
uploadArtifacts.library({[email protected].2, retriever=null}) | ||
uploadArtifacts.library({[email protected].3, retriever=null}) | ||
uploadArtifacts.readYaml({file=tar/builds/opensearch/manifest.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getMinArtifact() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
AssembleManifest_rpm_Jenkinsfile.script(groovy.lang.Closure) | ||
AssembleManifest_rpm_Jenkinsfile.assembleManifest({buildManifest=tests/data/opensearch-build-1.3.0-rpm.yml}) | ||
assembleManifest.legacySCM(groovy.lang.Closure) | ||
assembleManifest.library({[email protected].2, retriever=null}) | ||
assembleManifest.library({[email protected].3, retriever=null}) | ||
assembleManifest.readYaml({file=tests/data/opensearch-build-1.3.0-rpm.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getArtifactRootUrlWithoutDistribution(https://ci.opensearch.org/dbc, vars-build, 123) | ||
|
@@ -92,7 +92,7 @@ | |
) | ||
assembleManifest.buildYumRepo({baseUrl=https://ci.opensearch.org/dbc/vars-build/1.3.0/123/linux/x64, buildManifest=tests/data/opensearch-build-1.3.0-rpm.yml}) | ||
buildYumRepo.legacySCM(groovy.lang.Closure) | ||
buildYumRepo.library({[email protected].2, retriever=null}) | ||
buildYumRepo.library({[email protected].3, retriever=null}) | ||
buildYumRepo.readYaml({file=tests/data/opensearch-build-1.3.0-rpm.yml}) | ||
BuildManifest.asBoolean() | ||
buildYumRepo.echo(Create yum repo metadata and repo file tests/data/opensearch-build-1.3.0-rpm.yml) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
AssembleManifest_tar_Jenkinsfile.script(groovy.lang.Closure) | ||
AssembleManifest_tar_Jenkinsfile.assembleManifest({buildManifest=tests/data/opensearch-build-1.3.0.yml}) | ||
assembleManifest.legacySCM(groovy.lang.Closure) | ||
assembleManifest.library({[email protected].2, retriever=null}) | ||
assembleManifest.library({[email protected].3, retriever=null}) | ||
assembleManifest.readYaml({file=tests/data/opensearch-build-1.3.0.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getArtifactRootUrlWithoutDistribution(https://ci.opensearch.org/dbc, vars-build, 123) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,17 @@ | |
AssembleUpload_Jenkinsfile.script(groovy.lang.Closure) | ||
AssembleUpload_Jenkinsfile.assembleUpload({buildManifest=tests/data/opensearch-build-1.1.0.yml}) | ||
assembleUpload.legacySCM(groovy.lang.Closure) | ||
assembleUpload.library({[email protected].2, retriever=null}) | ||
assembleUpload.library({[email protected].3, retriever=null}) | ||
assembleUpload.assembleManifest({buildManifest=tests/data/opensearch-build-1.1.0.yml}) | ||
assembleManifest.legacySCM(groovy.lang.Closure) | ||
assembleManifest.library({[email protected].2, retriever=null}) | ||
assembleManifest.library({[email protected].3, retriever=null}) | ||
assembleManifest.readYaml({file=tests/data/opensearch-build-1.1.0.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getArtifactRootUrlWithoutDistribution(https://ci.opensearch.org/dbc, vars-build, 33) | ||
assembleManifest.sh(./assemble.sh "tests/data/opensearch-build-1.1.0.yml" --base-url https://ci.opensearch.org/dbc/vars-build/1.1.0/33/linux/x64) | ||
assembleUpload.uploadArtifacts({buildManifest=tests/data/opensearch-build-1.1.0.yml}) | ||
uploadArtifacts.legacySCM(groovy.lang.Closure) | ||
uploadArtifacts.library({[email protected].2, retriever=null}) | ||
uploadArtifacts.library({[email protected].3, retriever=null}) | ||
uploadArtifacts.readYaml({file=tests/data/opensearch-build-1.1.0.yml}) | ||
BuildManifest.asBoolean() | ||
BuildManifest.getMinArtifact() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
BenchmarkTestMultinode_Jenkinsfile.script(groovy.lang.Closure) | ||
BenchmarkTestMultinode_Jenkinsfile.downloadBuildManifest({url=test://artifact.url, path=tests/data/opensearch-1.3.0-bundle.yml}) | ||
downloadBuildManifest.legacySCM(groovy.lang.Closure) | ||
downloadBuildManifest.library({[email protected].2, retriever=null}) | ||
downloadBuildManifest.library({[email protected].3, retriever=null}) | ||
downloadBuildManifest.sh(mkdir -p $(dirname "tests/data/opensearch-1.3.0-bundle.yml")) | ||
downloadBuildManifest.sh(touch tests/data/opensearch-1.3.0-bundle.yml) | ||
downloadBuildManifest.sh(curl -sSL --retry 5 test://artifact.url --output tests/data/opensearch-1.3.0-bundle.yml) | ||
downloadBuildManifest.readYaml({file=tests/data/opensearch-1.3.0-bundle.yml}) | ||
BuildManifest.asBoolean() | ||
BenchmarkTestMultinode_Jenkinsfile.runBenchmarkTestScript({command=execute-test, bundleManifest=tests/data/opensearch-1.3.0-bundle.yml, distributionUrl=, distributionVersion=, workload=nyc_taxis, insecure=false, singleNode=false, minDistribution=false, use50PercentHeap=true, enableRemoteStore=true, suffix=307-secure, managerNodeCount=3, dataNodeCount=3, clientNodeCount=, ingestNodeCount=, mlNodeCount=, dataInstanceType=, userTag=key1:value1,security-enabled:true, workloadParams={"key2":"value2"}, testProcedure=custom-test-procedure, excludeTasks=index-append,default, includeTasks=type:search,index, additionalConfig=cluster.indices.replication.strategy:SEGMENT, dataStorageSize=200, mlStorageSize=200, jvmSysProps=, captureNodeStat=true, captureSegmentReplicationStat=false, telemetryParams={"telemetry_setting":"value"}}) | ||
runBenchmarkTestScript.legacySCM(groovy.lang.Closure) | ||
runBenchmarkTestScript.library({[email protected].2, retriever=null}) | ||
runBenchmarkTestScript.library({[email protected].3, retriever=null}) | ||
runBenchmarkTestScript.readYaml({file=tests/data/opensearch-1.3.0-bundle.yml}) | ||
BuildManifest.asBoolean() | ||
runBenchmarkTestScript.string({credentialsId=jenkins-aws-account-public, variable=AWS_ACCOUNT_PUBLIC}) | ||
|
@@ -35,15 +35,15 @@ | |
BenchmarkTestMultinode_Jenkinsfile.script(groovy.lang.Closure) | ||
BenchmarkTestMultinode_Jenkinsfile.downloadBuildManifest({url=test://artifact.url, path=tests/data/opensearch-1.3.0-bundle.yml}) | ||
downloadBuildManifest.legacySCM(groovy.lang.Closure) | ||
downloadBuildManifest.library({[email protected].2, retriever=null}) | ||
downloadBuildManifest.library({[email protected].3, retriever=null}) | ||
downloadBuildManifest.sh(mkdir -p $(dirname "tests/data/opensearch-1.3.0-bundle.yml")) | ||
downloadBuildManifest.sh(touch tests/data/opensearch-1.3.0-bundle.yml) | ||
downloadBuildManifest.sh(curl -sSL --retry 5 test://artifact.url --output tests/data/opensearch-1.3.0-bundle.yml) | ||
downloadBuildManifest.readYaml({file=tests/data/opensearch-1.3.0-bundle.yml}) | ||
BuildManifest.asBoolean() | ||
BenchmarkTestMultinode_Jenkinsfile.runBenchmarkTestScript({command=execute-test, bundleManifest=tests/data/opensearch-1.3.0-bundle.yml, distributionUrl=, distributionVersion=, workload=nyc_taxis, insecure=true, singleNode=false, minDistribution=false, use50PercentHeap=true, enableRemoteStore=true, suffix=307, managerNodeCount=3, dataNodeCount=3, clientNodeCount=, ingestNodeCount=, mlNodeCount=, dataInstanceType=, userTag=key1:value1,security-enabled:false, workloadParams={"key2":"value2"}, testProcedure=custom-test-procedure, excludeTasks=index-append,default, includeTasks=type:search,index, additionalConfig=cluster.indices.replication.strategy:SEGMENT, dataStorageSize=200, mlStorageSize=200, jvmSysProps=, captureNodeStat=true, captureSegmentReplicationStat=false, telemetryParams={"telemetry_setting":"value"}}) | ||
runBenchmarkTestScript.legacySCM(groovy.lang.Closure) | ||
runBenchmarkTestScript.library({[email protected].2, retriever=null}) | ||
runBenchmarkTestScript.library({[email protected].3, retriever=null}) | ||
runBenchmarkTestScript.readYaml({file=tests/data/opensearch-1.3.0-bundle.yml}) | ||
BuildManifest.asBoolean() | ||
runBenchmarkTestScript.string({credentialsId=jenkins-aws-account-public, variable=AWS_ACCOUNT_PUBLIC}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BenchmarkTestNoManifest_Jenkinsfile.script(groovy.lang.Closure) | ||
BenchmarkTestNoManifest_Jenkinsfile.runBenchmarkTestScript({command=execute-test, bundleManifest=, distributionUrl=https://www.example.com/example.tar.gz, distributionVersion=3.0.0, workload=nyc_taxis, insecure=false, singleNode=true, minDistribution=false, use50PercentHeap=true, enableRemoteStore=false, suffix=307-secure, managerNodeCount=, dataNodeCount=, clientNodeCount=, ingestNodeCount=, mlNodeCount=, dataInstanceType=r5.8xlarge, userTag=security-enabled:true, workloadParams=, testProcedure=custom-test-procedure, excludeTasks=, includeTasks=, additionalConfig=cluster.indices.replication.strategy:SEGMENT, dataStorageSize=200, mlStorageSize=200, jvmSysProps=, captureNodeStat=false, captureSegmentReplicationStat=true, telemetryParams=}) | ||
runBenchmarkTestScript.legacySCM(groovy.lang.Closure) | ||
runBenchmarkTestScript.library({[email protected].2, retriever=null}) | ||
runBenchmarkTestScript.library({[email protected].3, retriever=null}) | ||
runBenchmarkTestScript.string({credentialsId=jenkins-aws-account-public, variable=AWS_ACCOUNT_PUBLIC}) | ||
runBenchmarkTestScript.string({credentialsId=jenkins-artifact-bucket-name, variable=ARTIFACT_BUCKET_NAME}) | ||
runBenchmarkTestScript.withCredentials([AWS_ACCOUNT_PUBLIC, ARTIFACT_BUCKET_NAME], groovy.lang.Closure) | ||
|
@@ -22,7 +22,7 @@ | |
BenchmarkTestNoManifest_Jenkinsfile.script(groovy.lang.Closure) | ||
BenchmarkTestNoManifest_Jenkinsfile.runBenchmarkTestScript({command=execute-test, bundleManifest=, distributionUrl=https://www.example.com/example.tar.gz, distributionVersion=3.0.0, workload=nyc_taxis, insecure=true, singleNode=true, minDistribution=false, use50PercentHeap=true, enableRemoteStore=false, suffix=307, managerNodeCount=, dataNodeCount=, clientNodeCount=, ingestNodeCount=, mlNodeCount=, dataInstanceType=r5.8xlarge, userTag=security-enabled:false, workloadParams=, testProcedure=custom-test-procedure, excludeTasks=, includeTasks=, additionalConfig=cluster.indices.replication.strategy:SEGMENT, dataStorageSize=200, mlStorageSize=200, jvmSysProps=, captureNodeStat=false, captureSegmentReplicationStat=true, telemetryParams=}) | ||
runBenchmarkTestScript.legacySCM(groovy.lang.Closure) | ||
runBenchmarkTestScript.library({[email protected].2, retriever=null}) | ||
runBenchmarkTestScript.library({[email protected].3, retriever=null}) | ||
runBenchmarkTestScript.string({credentialsId=jenkins-aws-account-public, variable=AWS_ACCOUNT_PUBLIC}) | ||
runBenchmarkTestScript.string({credentialsId=jenkins-artifact-bucket-name, variable=ARTIFACT_BUCKET_NAME}) | ||
runBenchmarkTestScript.withCredentials([AWS_ACCOUNT_PUBLIC, ARTIFACT_BUCKET_NAME], groovy.lang.Closure) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
BenchmarkTestWithEndpoint_Jenkinsfile.script(groovy.lang.Closure) | ||
BenchmarkTestWithEndpoint_Jenkinsfile.runBenchmarkTestScript({command=execute-test, endpoint=opensearch-ABCxdfdfhyfk.com, insecure=false, workload=nyc_taxis, userTag=true,security-enabled:true, workloadParams=, testProcedure=, excludeTasks=, includeTasks=, additionalConfig=, telemetryParams=}) | ||
runBenchmarkTestScript.legacySCM(groovy.lang.Closure) | ||
runBenchmarkTestScript.library({[email protected].2, retriever=null}) | ||
runBenchmarkTestScript.library({[email protected].3, retriever=null}) | ||
runBenchmarkTestScript.string({credentialsId=jenkins-aws-account-public, variable=AWS_ACCOUNT_PUBLIC}) | ||
runBenchmarkTestScript.string({credentialsId=jenkins-artifact-bucket-name, variable=ARTIFACT_BUCKET_NAME}) | ||
runBenchmarkTestScript.withCredentials([AWS_ACCOUNT_PUBLIC, ARTIFACT_BUCKET_NAME], groovy.lang.Closure) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
BenchmarkTest_Jenkinsfile.script(groovy.lang.Closure) | ||
BenchmarkTest_Jenkinsfile.downloadBuildManifest({url=test://artifact.url, path=tests/data/opensearch-1.3.0-bundle.yml}) | ||
downloadBuildManifest.legacySCM(groovy.lang.Closure) | ||
downloadBuildManifest.library({[email protected].2, retriever=null}) | ||
downloadBuildManifest.library({[email protected].3, retriever=null}) | ||
downloadBuildManifest.sh(mkdir -p $(dirname "tests/data/opensearch-1.3.0-bundle.yml")) | ||
downloadBuildManifest.sh(touch tests/data/opensearch-1.3.0-bundle.yml) | ||
downloadBuildManifest.sh(curl -sSL --retry 5 test://artifact.url --output tests/data/opensearch-1.3.0-bundle.yml) | ||
downloadBuildManifest.readYaml({file=tests/data/opensearch-1.3.0-bundle.yml}) | ||
BuildManifest.asBoolean() | ||
BenchmarkTest_Jenkinsfile.runBenchmarkTestScript({command=execute-test, bundleManifest=tests/data/opensearch-1.3.0-bundle.yml, distributionUrl=, distributionVersion=, workload=nyc_taxis, insecure=false, singleNode=true, minDistribution=false, use50PercentHeap=true, enableRemoteStore=false, suffix=307-secure, managerNodeCount=, dataNodeCount=, clientNodeCount=, ingestNodeCount=, mlNodeCount=, dataInstanceType=r5.8xlarge, userTag=security-enabled:true, workloadParams={"key2":"value2"}, testProcedure=, excludeTasks=, includeTasks=, additionalConfig=cluster.indices.replication.strategy:SEGMENT, dataStorageSize=200, mlStorageSize=200, jvmSysProps=, captureNodeStat=false, captureSegmentReplicationStat=true, telemetryParams=}) | ||
runBenchmarkTestScript.legacySCM(groovy.lang.Closure) | ||
runBenchmarkTestScript.library({[email protected].2, retriever=null}) | ||
runBenchmarkTestScript.library({[email protected].3, retriever=null}) | ||
runBenchmarkTestScript.readYaml({file=tests/data/opensearch-1.3.0-bundle.yml}) | ||
BuildManifest.asBoolean() | ||
runBenchmarkTestScript.string({credentialsId=jenkins-aws-account-public, variable=AWS_ACCOUNT_PUBLIC}) | ||
|
@@ -35,15 +35,15 @@ | |
BenchmarkTest_Jenkinsfile.script(groovy.lang.Closure) | ||
BenchmarkTest_Jenkinsfile.downloadBuildManifest({url=test://artifact.url, path=tests/data/opensearch-1.3.0-bundle.yml}) | ||
downloadBuildManifest.legacySCM(groovy.lang.Closure) | ||
downloadBuildManifest.library({[email protected].2, retriever=null}) | ||
downloadBuildManifest.library({[email protected].3, retriever=null}) | ||
downloadBuildManifest.sh(mkdir -p $(dirname "tests/data/opensearch-1.3.0-bundle.yml")) | ||
downloadBuildManifest.sh(touch tests/data/opensearch-1.3.0-bundle.yml) | ||
downloadBuildManifest.sh(curl -sSL --retry 5 test://artifact.url --output tests/data/opensearch-1.3.0-bundle.yml) | ||
downloadBuildManifest.readYaml({file=tests/data/opensearch-1.3.0-bundle.yml}) | ||
BuildManifest.asBoolean() | ||
BenchmarkTest_Jenkinsfile.runBenchmarkTestScript({command=execute-test, bundleManifest=tests/data/opensearch-1.3.0-bundle.yml, distributionUrl=, distributionVersion=, workload=nyc_taxis, insecure=true, singleNode=true, minDistribution=false, use50PercentHeap=true, enableRemoteStore=false, suffix=307, managerNodeCount=, dataNodeCount=, clientNodeCount=, ingestNodeCount=, mlNodeCount=, dataInstanceType=r5.8xlarge, userTag=security-enabled:false, workloadParams={"key2":"value2"}, testProcedure=, excludeTasks=, includeTasks=, additionalConfig=cluster.indices.replication.strategy:SEGMENT, dataStorageSize=200, mlStorageSize=200, jvmSysProps=, captureNodeStat=false, captureSegmentReplicationStat=true, telemetryParams=}) | ||
runBenchmarkTestScript.legacySCM(groovy.lang.Closure) | ||
runBenchmarkTestScript.library({[email protected].2, retriever=null}) | ||
runBenchmarkTestScript.library({[email protected].3, retriever=null}) | ||
runBenchmarkTestScript.readYaml({file=tests/data/opensearch-1.3.0-bundle.yml}) | ||
BuildManifest.asBoolean() | ||
runBenchmarkTestScript.string({credentialsId=jenkins-aws-account-public, variable=AWS_ACCOUNT_PUBLIC}) | ||
|
Oops, something went wrong.