Skip to content

Commit

Permalink
Add validation jobs as dependency of Publish and Promote
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinimurt committed Apr 28, 2022
1 parent 763e736 commit 437d82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .yamato/project-promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ promote_{{ project.name }}_{{ package.name }}:
- "upm-ci~/packages/*.tgz"
dependencies:
- .yamato/project-pack.yml#pack_{{ project.name }}
- .yamato/project-promotion.yml#promotion_validate_{{ project.name }}_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
- .yamato/project-promotion.yml#promote_{{ project.name }}_{{ package.name }}_dry_run

promote_{{ project.name }}_{{ package.name }}_dry_run:
Expand Down
1 change: 1 addition & 0 deletions .yamato/project-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ publish_{{ project.name }}_{{ package.name }}:
- "upm-ci~/packages/*.tgz"
dependencies:
- .yamato/project-pack.yml#pack_{{ project.name }}
- .yamato/project-tests.yml#validate_{{ package.name }}_{{ test_platforms.first.name }}_{{ validation_editor }}
- .yamato/project-publish.yml#publish_{{ project.name }}_{{ package.name }}_dry_run

publish_{{ project.name }}_{{ package.name }}_dry_run:
Expand Down

0 comments on commit 437d82a

Please sign in to comment.