Skip to content

Commit 3003594

Browse files
ci: fix dead driver-test workflow link in dispatch comment
The "Integration tests triggered" PR comment (and two header comments) linked to python-proxy-tests.yml, which does not exist (404) — the receiver file is databricks-sql-python-proxy-tests.yml. Point to the correct workflow and note that the authoritative results are the "Python Proxy Tests / thrift" and "Python Proxy Tests / kernel" checks posted back on the PR. Co-authored-by: Isaac
1 parent 5938b51 commit 3003594

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/trigger-integration-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ name: Trigger Integration Tests
1818
# gate. Only PRs whose tests dispatch (or auto-pass when no driver
1919
# files changed) can proceed to `main`.
2020
#
21-
# Check-run names: databricks-driver-test's python-proxy-tests.yml is
22-
# a `mode: [thrift, kernel]` matrix that posts two named checks per
21+
# Check-run names: databricks-driver-test's databricks-sql-python-proxy-tests.yml
22+
# is a `mode: [thrift, kernel]` matrix that posts two named checks per
2323
# run — `Python Proxy Tests / thrift` and `Python Proxy Tests / kernel`.
2424
# Every synthetic-success / auto-pass / dispatch-failure step below
2525
# posts both names so the matrix legs always have a matching baseline
2626
# check on the PR. The list of modes lives in the `MODES` constant
2727
# at the top of each script block; keep it in sync with the matrix
28-
# axis in databricks-driver-test/.github/workflows/python-proxy-tests.yml.
28+
# axis in databricks-driver-test/.github/workflows/databricks-sql-python-proxy-tests.yml.
2929
#
3030
# Required external setup (outside this workflow):
3131
#
@@ -321,7 +321,7 @@ jobs:
321321
owner: context.repo.owner,
322322
repo: context.repo.repo,
323323
issue_number: context.issue.number,
324-
body: 'Integration tests triggered. [View workflow run](https://github.com/databricks/databricks-driver-test/actions/workflows/python-proxy-tests.yml).'
324+
body: 'Integration tests triggered. [View workflow runs](https://github.com/databricks/databricks-driver-test/actions/workflows/databricks-sql-python-proxy-tests.yml). Results post back here as the "Python Proxy Tests / thrift" and "Python Proxy Tests / kernel" checks.'
325325
});
326326
327327
# =============================================================================

0 commit comments

Comments
 (0)