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 6c08e26 commit 82029e5
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 @@ -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 -

0 comments on commit 82029e5

Please sign in to comment.