fix(ci): harden full release validation monitors

This commit is contained in:
Peter Steinberger
2026-04-28 22:36:14 +01:00
parent d9b46e0551
commit 69fb7455c6
4 changed files with 74 additions and 2 deletions

View File

@@ -307,6 +307,7 @@ describe("package artifact reuse", () => {
expect(workflow).toContain("child_rerun_group=all");
expect(workflow).toContain('-f rerun_group="$child_rerun_group"');
expect(workflow).toContain("NORMAL_CI_RESULT: ${{ needs.normal_ci.result }}");
expect(workflow.match(/trap - EXIT INT TERM/g)).toHaveLength(6);
expect(workflow).not.toContain("workflow_ref:");
expect(workflow).not.toContain("inputs.workflow_ref");
});