[artifacts] Merge package testing with release artifacts (#129378)

* [artifacts] Merge package testing with release artifacts

* fix

* fix relative dir
This commit is contained in:
Jonathan Budzenski 2022-04-04 13:40:35 -05:00 committed by GitHub
parent 4182523a2e
commit 448e29caee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -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

View file

@ -41,3 +41,7 @@ if [[ "${RELEASE_BUILD:-}" == "true" ]]; then
--skip-docker-ubuntu \
--skip-docker-contexts
fi
cd target
buildkite-agent artifact upload "*"
cd -