Skip to content

Commit 22c0d44

Browse files
author
service-bot-app[bot]
committed
chore: update repo semaphore config
1 parent 59aa4b2 commit 22c0d44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.semaphore/semaphore.yml

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

1212
fail_fast:
1313
cancel:
@@ -38,7 +38,7 @@ blocks:
3838
- name: Test
3939
commands:
4040
- . sem-pint
41-
- mvn -Dcloud -Pjenkins -U -Ddependency.check.skip=true -Dmaven.wagon.http.retryHandler.count=10 --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 -Ddependency.check.skip=true -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/
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: []

0 commit comments

Comments
 (0)