Skip to content

Commit 7ed1484

Browse files
committed
fix(ci): refresh libssh2 staging source
1 parent de6a6bc commit 7ed1484

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/managed-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
CANDIDATE_SHA: ${{ github.event.pull_request.head.sha }}
112112
# Retains the reviewed discovery-permission repair and the current
113113
# managed-image security inventory. The previous staging source pinned
114-
# Vim 9.2.0782, which cannot satisfy the candidate's 9.2.0858 contract.
115-
STAGING_QA_SOURCE_SHA: af2a73f0d6ce8f08a2975560f376470387c535d0
114+
# libssh2 nemoclaw1, which cannot satisfy the candidate's nemoclaw2 contract.
115+
STAGING_QA_SOURCE_SHA: ce96811ddb418ad01c040521a1fe912b5bcb405e
116116
STAGING_QA_BASE_IMAGE: nemoclaw-deepagents-code-base:staging-31396519688
117117
STAGING_QA_FINAL_IMAGE: nemoclaw-managed-pr/langchain-deepagents-code-staging-qa
118118
steps:

test/managed-image-publication-workflow.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ describe("complete managed-image publication workflow", () => {
705705
expect(qaBuilder.permissions).toEqual({ contents: "read" });
706706
expect(qaBuilder.env).toMatchObject({
707707
CANDIDATE_SHA: "${{ github.event.pull_request.head.sha }}",
708-
STAGING_QA_SOURCE_SHA: "af2a73f0d6ce8f08a2975560f376470387c535d0",
708+
STAGING_QA_SOURCE_SHA: "ce96811ddb418ad01c040521a1fe912b5bcb405e",
709709
STAGING_QA_BASE_IMAGE: "nemoclaw-deepagents-code-base:staging-31396519688",
710710
});
711711
expect(qaBuilder.env).not.toHaveProperty("STAGING_PRODUCER_SHA");

0 commit comments

Comments
 (0)