From 204b9154305be64beec00161ccd20e7e5dbe1e8b Mon Sep 17 00:00:00 2001 From: nlou9 Date: Tue, 15 Jul 2025 18:39:19 -0700 Subject: [PATCH 1/2] DP-16708: Switch to using confluent-devtools --- .semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index c3ca55d56f..e4d78b2a00 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -31,7 +31,7 @@ global_job_config: - export BUILD_NUMBER=$(echo $SEMAPHORE_WORKFLOW_ID | cut -f1 -d"-") - export BRANCH_TAG=$(echo $SEMAPHORE_GIT_BRANCH | tr / -) # For PR Builds using Packaging - - pip install confluent-release-tools + - pip install confluent-devtools - if [ $BRANCH_TAG == "master" ]; then export BUILD_KEY=$(pinto get-master-version); else export BUILD_KEY=$BRANCH_TAG; fi - export PACKAGING_BUCKET="s3://dev-confluent-packages-654654529379-us-west-2/$BRANCH_TAG/" - export LATEST_PACKAGING_BUILD_NUMBER=$(aws s3 ls $PACKAGING_BUCKET --no-paginate | grep 'PRE' | awk '{print $NF}' | awk '{print substr($1, 1, length($1)-1)}' | sort -n | tail -n 1) From 2b25d62f0de4b45bf66cb9fa765b711c7e71d65f Mon Sep 17 00:00:00 2001 From: nlou9 Date: Tue, 16 Sep 2025 13:37:45 -0700 Subject: [PATCH 2/2] remove confluent-devtools install --- .semaphore/semaphore.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index e4d78b2a00..5162a4e2ee 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -31,7 +31,6 @@ global_job_config: - export BUILD_NUMBER=$(echo $SEMAPHORE_WORKFLOW_ID | cut -f1 -d"-") - export BRANCH_TAG=$(echo $SEMAPHORE_GIT_BRANCH | tr / -) # For PR Builds using Packaging - - pip install confluent-devtools - if [ $BRANCH_TAG == "master" ]; then export BUILD_KEY=$(pinto get-master-version); else export BUILD_KEY=$BRANCH_TAG; fi - export PACKAGING_BUCKET="s3://dev-confluent-packages-654654529379-us-west-2/$BRANCH_TAG/" - export LATEST_PACKAGING_BUILD_NUMBER=$(aws s3 ls $PACKAGING_BUCKET --no-paginate | grep 'PRE' | awk '{print $NF}' | awk '{print substr($1, 1, length($1)-1)}' | sort -n | tail -n 1)