Skip to content

Commit

Permalink
[artifacts] Merge package testing with release artifacts (#129378)
Browse files Browse the repository at this point in the history
* [artifacts] Merge package testing with release artifacts

* fix

* fix relative dir
  • Loading branch information
jbudz committed Apr 4, 2022
1 parent 4182523 commit 448e29c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .buildkite/pipelines/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@ steps:
agents:
queue: c2-16
timeout_in_minutes: 60

- wait

- command: TEST_PACKAGE=deb .buildkite/scripts/steps/package_testing/test.sh
label: Package testing for deb
agents:
queue: n2-4-virt
timeout_in_minutes: 20

- command: TEST_PACKAGE=rpm .buildkite/scripts/steps/package_testing/test.sh
label: Package testing for rpm
agents:
queue: n2-4-virt
timeout_in_minutes: 20

- command: TEST_PACKAGE=docker .buildkite/scripts/steps/package_testing/test.sh
label: Package testing for docker
agents:
queue: n2-4-virt
timeout_in_minutes: 20
4 changes: 4 additions & 0 deletions .buildkite/scripts/steps/artifacts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ if [[ "${RELEASE_BUILD:-}" == "true" ]]; then
--skip-docker-ubuntu \
--skip-docker-contexts
fi

cd target
buildkite-agent artifact upload "*"
cd -

0 comments on commit 448e29c

Please sign in to comment.