Skip to content

Commit b06767c

Browse files
chore: update repo by service bot (#638)
* removing generated internal project.yml * chore: update repo semaphore config --------- Co-authored-by: ConfluentSemaphore <[email protected]>
1 parent 5353ee6 commit b06767c

File tree

2 files changed

+0
-68
lines changed

2 files changed

+0
-68
lines changed

.semaphore/project.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.semaphore/semaphore.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -61,31 +61,6 @@ blocks:
6161
- mvn -Pjenkins -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/
6262
-DrepositoryId=confluent-codeartifact-internal deploy -DskipTests
6363

64-
- name: CP Jar Build CI Gating
65-
dependencies: [ ]
66-
run:
67-
# Run this block only for pull requests
68-
when: "pull_request =~ '.*'"
69-
task:
70-
env_vars:
71-
- name: COMPONENT_NAME
72-
value: common
73-
jobs:
74-
- name: Trigger and wait for CP Jar Build Task
75-
commands:
76-
# Don't run this block if target branch for PR is not a CP nightly branch
77-
- |
78-
if [[ "$SEMAPHORE_GIT_BRANCH" =~ ^[0-9]+\.[0-9]+\.x$ ]] ; then \
79-
echo "PR is targeted to ${SEMAPHORE_GIT_BRANCH} branch which is CP nightly branch. Triggering cp-jar-build task."; \
80-
sem-trigger -p packaging \
81-
-t cp-jar-build \
82-
-b $SEMAPHORE_GIT_BRANCH \
83-
-d "|" -i "CUSTOM_BRANCH_COMPONENTS|${COMPONENT_NAME}=${SEMAPHORE_GIT_WORKING_BRANCH}" \
84-
-w; \
85-
else \
86-
echo "PR is targeted to ${SEMAPHORE_GIT_BRANCH} branch which is not CP nightly branch. Skipping cp-jar-build task."; \
87-
fi;
88-
8964
after_pipeline:
9065
task:
9166
agent:

0 commit comments

Comments
 (0)