From 4b1fc674272c17a88120d8c946dcf2e35e78c722 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Tue, 10 Feb 2026 13:17:06 -0800 Subject: [PATCH 1/2] Test --- .buildkite/pull-request-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pull-request-pipeline.yml b/.buildkite/pull-request-pipeline.yml index 251555c..c4e9b7d 100644 --- a/.buildkite/pull-request-pipeline.yml +++ b/.buildkite/pull-request-pipeline.yml @@ -2,4 +2,5 @@ command: | #!/usr/bin/env bash set -eo pipefail - echo "--- Pull request pipeline preparation" \ No newline at end of file + echo "--- Pull request pipeline preparation" + echo "Testing the pipeline run on BK." \ No newline at end of file From 7dd55dad15e2de32d48b5adbd5289ef55f8fa253 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Tue, 17 Feb 2026 09:08:22 -0800 Subject: [PATCH 2/2] Justanother test --- .buildkite/pull-request-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pull-request-pipeline.yml b/.buildkite/pull-request-pipeline.yml index c4e9b7d..d106660 100644 --- a/.buildkite/pull-request-pipeline.yml +++ b/.buildkite/pull-request-pipeline.yml @@ -3,4 +3,5 @@ #!/usr/bin/env bash set -eo pipefail echo "--- Pull request pipeline preparation" - echo "Testing the pipeline run on BK." \ No newline at end of file + echo "Testing the pipeline run on BK." + echo "2nd line." \ No newline at end of file