From 375d2bd08c09bd23f935333713aea90f8d2b2371 Mon Sep 17 00:00:00 2001 From: Hassan Sahibzada Date: Tue, 12 Mar 2024 14:00:27 -0400 Subject: [PATCH 1/2] Update producer sdk cpp v3.4.2-rc v3.4.2-rc --- canary/producer-cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary/producer-cpp/CMakeLists.txt b/canary/producer-cpp/CMakeLists.txt index e0fc6fa51..5994ba5a8 100644 --- a/canary/producer-cpp/CMakeLists.txt +++ b/canary/producer-cpp/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD 17) FetchContent_Declare( producercpp GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.git - GIT_TAG 8e59b313950d4dbb1ecfb88e2108df87e3331c4e + GIT_TAG v3.4.2-rc ) FetchContent_Declare( From ea67f4fae4ef7fa44df672ec3daec24e4beef9f4 Mon Sep 17 00:00:00 2001 From: Hassan Sahibzada Date: Tue, 12 Mar 2024 14:12:07 -0400 Subject: [PATCH 2/2] Update orchestrator.groovy --- canary/producer-cpp/jobs/orchestrator.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canary/producer-cpp/jobs/orchestrator.groovy b/canary/producer-cpp/jobs/orchestrator.groovy index 72805257b..59f36bced 100644 --- a/canary/producer-cpp/jobs/orchestrator.groovy +++ b/canary/producer-cpp/jobs/orchestrator.groovy @@ -1,7 +1,7 @@ import jenkins.model.* GIT_URL='https://github.com/aws-samples/amazon-kinesis-video-streams-demos.git' -GIT_HASH='master' +GIT_HASH='update-producer-sdk-cpp-commit-hash' RUNNER_JOB_NAME_PREFIX = "producercpp-runner" LONG_RUN_DURATION_IN_SECONDS = 12 * 60 * 60