Skip to content

Commit

Permalink
Remove BWC tests for arm64 (#3920)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Aug 24, 2023
1 parent 5920005 commit 1394b01
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -573,21 +573,6 @@ pipeline {
string(name: 'BUILD_MANIFEST_URL', value: buildManifestUrl)
]
}
},
'bwc-test': {
Boolean skipBwcTests = BWC_TEST_JOB_NAME == ''
echo "${skipBwcTests ? 'Skipping BWC tests' : 'Running BWC tests'}"
if (!skipBwcTests) {
def bwcTestResults =
build job: BWC_TEST_JOB_NAME,
propagate: false,
wait: false,
parameters: [
string(name: 'TEST_MANIFEST', value: TEST_MANIFEST),
string(name: 'BUILD_MANIFEST_URL', value: buildManifestUrl),
string(name: 'AGENT_LABEL', value: AGENT_ARM64)
]
}
}
])
}
Expand Down

0 comments on commit 1394b01

Please sign in to comment.