Skip to content

Commit

Permalink
chore: update repo semaphore config (#1299)
Browse files Browse the repository at this point in the history
Co-authored-by: ConfluentSemaphore <[email protected]>
  • Loading branch information
ConfluentJenkins and ConfluentSemaphore authored Sep 23, 2024
1 parent 77a7876 commit 3b80b88
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,32 +61,6 @@ blocks:
- mvn -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
-DrepositoryId=confluent-codeartifact-internal deploy -DskipTests

- name: CP Jar Build CI Gating
dependencies: [ ]
run:
# Run this block only for pull requests
when: "pull_request =~ '.*'"
task:
env_vars:
- name: COMPONENT_NAME
value: kafka-rest
jobs:
- name: Trigger and wait for CP Jar Build Task
commands:
# Don't run this block if target branch for PR is not a nightly branch or master branch
# cp-jar-build today doesn't support other branches
- |
if [[ "$SEMAPHORE_GIT_BRANCH" =~ ^[0-9]+\.[0-9]+\.x$ ]] || [[ "$SEMAPHORE_GIT_BRANCH" == "master" ]] ; then \
echo "PR is targeted to ${SEMAPHORE_GIT_BRANCH} branch which is CP nightly or master branch. Triggering cp-jar-build task."; \
sem-trigger -p packaging \
-t cp-jar-build \
-b $SEMAPHORE_GIT_BRANCH \
-d "|" -i "CUSTOM_BRANCH_COMPONENTS|${COMPONENT_NAME}=${SEMAPHORE_GIT_WORKING_BRANCH}" \
-w; \
else \
echo "PR is targeted to ${SEMAPHORE_GIT_BRANCH} branch which is not CP nightly or master branch. Skipping cp-jar-build task."; \
fi;
after_pipeline:
task:
agent:
Expand Down

0 comments on commit 3b80b88

Please sign in to comment.