Skip to content

Conversation

@edsavage
Copy link
Contributor

Add the option to run a subset of QA tests against a locally built distribution of elasticsearch + ml-cpp

Add the option to run a subset of QA tests against a locally built distribution of elasticsearch + ml-cpp
@edsavage edsavage added v8.12.0 and removed v8.1.2 labels Oct 31, 2023
Comment on lines 17 to 19
- 'buildkite-agent artifact download "build/*" . --step build_test_linux-aarch64-RelWithDebInfo'
- '.buildkite/scripts/steps/run_qa_tests.sh || (cd ../elasticsearch && find x-pack -name logs | xargs tar cvzf logs.tgz && buildkite-agent artifact upload logs.tgz && false)'
depends_on: "build_test_linux-x86_64-RelWithDebInfo"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we download the build artifacts for ARM but depend on Intel?

If we only run this on one platform I'd prefer it was Intel, because that's what we've chosen to run on in our production Cloud.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we download the build artifacts for ARM but depend on Intel?

Yeah, that's a typo, I intended it to be intel for that very reason. Plus exercising the IPEX library in due course.

@edsavage edsavage added the ci:run-qa-tests Run a subset of the QA tests label Oct 31, 2023
@edsavage
Copy link
Contributor Author

buildkite test this please

Copy link

@droberts195 droberts195 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edsavage
Copy link
Contributor Author

buildkite run_qa_tests on linux

@edsavage
Copy link
Contributor Author

buildkite run_qa_tests

@edsavage
Copy link
Contributor Author

buildkite run_qa_tests

@edsavage
Copy link
Contributor Author

buildkite run_qa_tests

@edsavage edsavage marked this pull request as ready for review November 15, 2023 09:42
@edsavage edsavage merged commit dce730b into elastic:main Nov 15, 2023
@edsavage edsavage deleted the run_qa_tests branch September 19, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants