Skip to content

Commit

Permalink
DP-13727 Add CodeArtifact package paths to service.yml (#724)
Browse files Browse the repository at this point in the history
One of the Capsaicin requirements requires that all artifacts uploaded to CodeArtifacts come from specific Semaphore jobs.
This PR adds package_paths to service.yml so that each GitHub repo can declare the path of the CodeArtifact packages that it writes to.
For newer GitHub repos, the package_paths needs to be added to the service.yml file manually before it can write to CodeArtifact in the Semaphore pipeline.
For more information about this, see https://confluent.slack.com/archives/C038ZJ00P/p1708464192287999
  • Loading branch information
huizheng278 authored Mar 14, 2024
1 parent 034345f commit 7041fce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ semaphore:
extra_build_args: "-Dcloud -Pjenkins"
run_pint_merge: true
generate_connect_changelogs: true
code_artifact:
enable: true
package_paths:
- maven-snapshots/maven/io.confluent/kafka-connect-s3
- maven-snapshots/maven/io.confluent/kafka-connect-storage-cloud

0 comments on commit 7041fce

Please sign in to comment.