Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions components/runner-policy/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@
"allowedSecrets": {},
"fixedRunsOn": ["windows-2025"]
},
"melodic-software/ci-workflows/.github/workflows/pulumi-version-drift-check.yml@99ac2f8c5b09dbb785d4eaf18465cbd96c30290c": {
"routing": "hosted-only",
"allowedInputs": [],
"allowedSecrets": {},
"fixedRunsOn": ["ubuntu-24.04"]
},
"melodic-software/ci-workflows/.github/workflows/pulumi-version-drift-check.yml@15aefd8799e8a8b5ffdfcc183dcbfcbf58044481": {
"routing": "hosted-only",
"allowedInputs": [],
Expand Down
11 changes: 2 additions & 9 deletions components/runner-policy/runner-policy.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ const REUSABLE_REFERENCE = `${REUSABLE_PATH}@${SHA}`;
const FAIL_CLOSED_SEMANTIC_PR_REFERENCE = `melodic-software/ci-workflows/.github/workflows/semantic-pr.yml@${FAIL_CLOSED_SEMANTIC_PR_SHA}`;
const HOSTED_REUSABLE_REFERENCE = `melodic-software/ci-workflows/.github/workflows/link-check.yml@${PRODUCTION_SHA}`;
const SECRET_REUSABLE_REFERENCE = `melodic-software/ci-workflows/.github/workflows/claude-review.yml@${PRODUCTION_SHA}`;
const PULUMI_DRIFT_REUSABLE_REFERENCE = `melodic-software/ci-workflows/.github/workflows/pulumi-version-drift-check.yml@${PRODUCTION_SHA}`;
const RETIREMENT_ALIGNED_GUARD_SHA = "15aefd8799e8a8b5ffdfcc183dcbfcbf58044481";
const RETIREMENT_PULUMI_DRIFT_REUSABLE_REFERENCE = `melodic-software/ci-workflows/.github/workflows/pulumi-version-drift-check.yml@${RETIREMENT_ALIGNED_GUARD_SHA}`;
const PULUMI_DRIFT_SHA = "15aefd8799e8a8b5ffdfcc183dcbfcbf58044481";
const PULUMI_DRIFT_REUSABLE_REFERENCE = `melodic-software/ci-workflows/.github/workflows/pulumi-version-drift-check.yml@${PULUMI_DRIFT_SHA}`;
const CANONICAL_POLICY_EXPRESSION = `\${{ vars.CI_RUNNER_POLICY }}`;
const ARBITRARY_POLICY_EXPRESSION = `\${{ vars.ARBITRARY_POLICY }}`;
const CANONICAL_OBSERVER_SECRET_EXPRESSION = `\${{ secrets.CI_RUNNER_OBSERVER_PRIVATE_KEY }}`;
Expand Down Expand Up @@ -1277,12 +1276,6 @@ test("production contracts pin reviewed Windows and selectable Linux workflows",
allowedSecrets: {},
fixedRunsOn: ["ubuntu-24.04"],
});
assert.deepEqual(contracts[RETIREMENT_PULUMI_DRIFT_REUSABLE_REFERENCE], {
routing: "hosted-only",
allowedInputs: [],
allowedSecrets: {},
fixedRunsOn: ["ubuntu-24.04"],
});
assert.deepEqual(
contracts[`melodic-software/ci-workflows/.github/workflows/semantic-pr.yml@${PRODUCTION_SHA}`],
{
Expand Down
Loading