Skip to content

Commit 5c39ce5

Browse files
Merge branch '11.1.x' into 12.0.x
2 parents e54ffbe + ace8a8a commit 5c39ce5

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-4
10+
type: s1-prod-ubuntu24-04-amd64-1
1111

1212
fail_fast:
1313
cancel:
@@ -32,13 +32,13 @@ 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
3939
commands:
4040
- . sem-pint
41-
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 -Ddependency.check.skip=true --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
41+
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate
4242
- export TRIVY_DISABLE_VEX_NOTICE=true
4343
- trivy version
4444
- echo "Check go/connector-dev-vuln-remediation for fixing or suppressing vulnerabilities found by trivy"
@@ -62,7 +62,7 @@ blocks:
6262
jobs:
6363
- name: Release
6464
commands:
65-
- mvn -Dcloud -Pjenkins -U -Dmaven.wagon.http.retryHandler.count=10 -Ddependency.check.skip=true --batch-mode -DaltDeploymentRepository=confluent-codeartifact-internal::default::https://confluent-519856050701.d.codeartifact.us-west-2.amazonaws.com/maven/maven-snapshots/
65+
- mvn -Dcloud -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/
6666
-DrepositoryId=confluent-codeartifact-internal deploy -DskipTests
6767
- name: Release Notes
6868
dependencies: []
@@ -79,7 +79,7 @@ after_pipeline:
7979
task:
8080
agent:
8181
machine:
82-
type: s1-prod-ubuntu20-04-arm64-0
82+
type: s1-prod-ubuntu24-04-arm64-0
8383
jobs:
8484
- name: Metrics
8585
commands:

0 commit comments

Comments
 (0)