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( 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