Skip to content
Merged
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
16 changes: 13 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
steps:
# Test check pipeline
- label: "Compressed-Tensors Smoke, Sanity and Regression"
- label: ":gear: Compressed-Tensors Smoke, Sanity and Regression"
command: |
PIPELINE_FILE="$${TEST_RUNNER:-H100duo}"
buildkite-agent pipeline upload .buildkite/test-check/test-check-$${PIPELINE_FILE}.yml
RUNNER=$$(buildkite-agent meta-data get "test-runner" --default "L4solo")
echo "╔══════════════════════════════════════════╗"
echo "║ BUILD SUMMARY ║"
echo "╠══════════════════════════════════════════╣"
echo "║ Triggered by : $${BUILDKITE_BUILD_CREATOR}"
echo "║ Source : $${BUILDKITE_SOURCE}"
echo "║ Branch : $${BUILDKITE_BRANCH}"
echo "║ Commit : $${BUILDKITE_COMMIT:0:8}"
echo "║ PR : $${BUILDKITE_PULL_REQUEST:-none}"
echo "║ GPU Runner : $${RUNNER}"
echo "╚══════════════════════════════════════════╝"
buildkite-agent pipeline upload .buildkite/test-check/test-check-$${RUNNER}.yml
Comment thread
deepak-kumar-neu marked this conversation as resolved.
Loading