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

* [artifacts] Merge package testing with release artifacts

* fix

* fix relative dir
This commit is contained in:
Jonathan Budzenski 2022-04-04 17:10:40 -05:00 committed by GitHub
parent fc7127d08e
commit b61b39e085
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

@ -17,3 +17,7 @@ node scripts/build "$RELEASE_ARG" --all-platforms --debug --docker-cross-compile
echo "--- Build dependencies report"
node scripts/licenses_csv_report "--csv=target/dependencies-$VERSION.csv"
cd target
buildkite-agent artifact upload "*"
cd -