Skip to content

Commit 18b3010

Browse files
ai: apply changes for #879 (1 review thread)
Addresses: - #3641939652 at .github/workflows/trigger-integration-tests.yml:530 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent 7060ebc commit 18b3010

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,17 +539,19 @@ jobs:
539539
`${context.serverUrl}/${context.repo.owner}/${context.repo.repo}` +
540540
`/actions/runs/${context.runId}`;
541541
core.warning(
542-
`Failed to dispatch coverage-fanout to databricks-driver-test; ` +
543-
`the multi-language coverage fan-out did not run. See ${runUrl}`
542+
`Failed to run the coverage fan-out for databricks-driver-test ` +
543+
`(source detection or dispatch step failed); the multi-language ` +
544+
`coverage fan-out did not run. See ${runUrl}`
544545
);
545546
try {
546547
await github.rest.issues.createComment({
547548
owner: context.repo.owner,
548549
repo: context.repo.repo,
549550
issue_number: context.payload.pull_request.number,
550551
body:
551-
`⚠️ Failed to dispatch the multi-language coverage fan-out ` +
552-
`to \`databricks-driver-test\` after this PR merged. Coverage ` +
552+
`⚠️ Failed to run the multi-language coverage fan-out ` +
553+
`to \`databricks-driver-test\` after this PR merged ` +
554+
`(source detection or dispatch step failed). Coverage ` +
553555
`was not extended for this change. ` +
554556
`[Workflow run](${runUrl})`,
555557
});

0 commit comments

Comments
 (0)