Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .buildkite/pipeline.json.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ def main():
if config.build_x86_64:
pipeline_steps.append(pipeline_steps.generate_step("Upload ES tests x86_64 runner pipeline",
".buildkite/pipelines/run_es_tests_x86_64.yml.sh"))
pipeline_steps.append(pipeline_steps.generate_step("Upload ES inference tests x86_64 runner pipeline",
".buildkite/pipelines/run_es_inference_tests_x86_64.yml.sh"))
# We only use linux x86_64 builds for QA tests.
if config.run_qa_tests:
pipeline_steps.append(pipeline_steps.generate_step("Upload QA tests runner pipeline",
Expand Down
34 changes: 0 additions & 34 deletions .buildkite/pipelines/run_es_inference_tests_x86_64.yml.sh

This file was deleted.

4 changes: 1 addition & 3 deletions .buildkite/pipelines/run_pytorch_tests.yml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
# compliance with the Elastic License 2.0 and the foregoing additional
# limitation.

SAFE_MESSAGE=$(printf '%s' "${BUILDKITE_MESSAGE}" | head -1 | sed -e 's/\\/\\\\/g' -e 's/"/\\"/g')

cat <<EOL
steps:
- label: "Trigger Appex PyTorch Tests :test_tube:"
Expand All @@ -24,7 +22,7 @@ steps:
- trigger: appex-qa-stateful-custom-ml-cpp-build-testing
async: false
build:
message: "${SAFE_MESSAGE}"
message: "${BUILDKITE_MESSAGE}"
env:
QAF_TESTS_TO_RUN: "pytorch_tests"
EOL
10 changes: 7 additions & 3 deletions .buildkite/pipelines/run_qa_tests.yml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
# compliance with the Elastic License 2.0 and the foregoing additional
# limitation.

SAFE_MESSAGE=$(printf '%s' "${BUILDKITE_MESSAGE}" | head -1 | sed -e 's/\\/\\\\/g' -e 's/"/\\"/g')

cat <<EOL
steps:
- label: "Trigger Appex QA Tests :test_tube:"
Expand All @@ -24,7 +22,13 @@ steps:
- trigger: appex-qa-stateful-custom-ml-cpp-build-testing
async: false
build:
message: "${SAFE_MESSAGE}"
message: |
EOL

# Output the message with proper indentation for YAML literal block scalar
printf '%s\n' "${BUILDKITE_MESSAGE}" | sed 's/^/ /'

cat <<EOL
env:
QAF_TESTS_TO_RUN: "${QAF_TESTS_TO_RUN:-ml_cpp_pr}"
EOL
Expand Down
31 changes: 0 additions & 31 deletions .buildkite/scripts/steps/run_es_inference_tests.sh

This file was deleted.

2 changes: 0 additions & 2 deletions bin/pytorch_inference/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ ml_add_executable(pytorch_inference
CBufferedIStreamAdapter.cc
CCmdLineParser.cc
CCommandParser.cc
CModelGraphValidator.cc
CResultWriter.cc
CSupportedOperations.cc
CThreadSettings.cc
)

Expand Down
115 changes: 0 additions & 115 deletions bin/pytorch_inference/CModelGraphValidator.cc

This file was deleted.

91 changes: 0 additions & 91 deletions bin/pytorch_inference/CModelGraphValidator.h

This file was deleted.

Loading
Loading