mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* [artifacts] Merge package testing with release artifacts * fix * fix relative dir
This commit is contained in:
parent
fc7127d08e
commit
b61b39e085
2 changed files with 24 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue