Skip to content

Commit f7f11ee

Browse files
chore: update repo semaphore config
1 parent 28c9b33 commit f7f11ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.semaphore/semaphore.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: v1.0
77
name: build-test-release
88
agent:
99
machine:
10-
type: s1-prod-ubuntu20-04-amd64-1
10+
type: s1-prod-ubuntu24-04-amd64-1
1111

1212
fail_fast:
1313
cancel:
@@ -32,7 +32,7 @@ blocks:
3232
dependencies: []
3333
run:
3434
# don't run the tests on non-functional changes...
35-
when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/']})"
35+
when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/'], default_branch: 'master'})"
3636
task:
3737
jobs:
3838
- name: Test
@@ -56,14 +56,15 @@ blocks:
5656
jobs:
5757
- name: Release
5858
commands:
59-
- 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/
59+
- mvn -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode
60+
-DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
6061
-DrepositoryId=confluent-codeartifact-internal deploy -DskipTests
6162

6263
after_pipeline:
6364
task:
6465
agent:
6566
machine:
66-
type: s1-prod-ubuntu20-04-arm64-0
67+
type: s1-prod-ubuntu24-04-arm64-00
6768
jobs:
6869
- name: Metrics
6970
commands:
@@ -74,6 +75,5 @@ after_pipeline:
7475
- name: SonarQube
7576
commands:
7677
- checkout
77-
- sem-version java 11
7878
- artifact pull workflow target
7979
- emit-sonarqube-data --run_only_sonar_scan

0 commit comments

Comments
 (0)