Skip to content

Commit

Permalink
[CI] Corrected integration tests packaging dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Mar 4, 2025
1 parent a404b1d commit c84271d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ steps:
- integration-ess
steps:
- label: "Win2022:sudo:{{matrix}}"
depends_on:
- packaging-windows
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
.buildkite/scripts/integration-tests.ps1 {{matrix}} true
Expand All @@ -51,6 +53,8 @@ steps:
- install-uninstall

- label: "Win2022:non-sudo:{{matrix}}"
depends_on:
- packaging-windows
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
.buildkite/scripts/integration-tests.ps1 {{matrix}} false
Expand All @@ -68,6 +72,8 @@ steps:
- default

- label: "Win2025:sudo:{{matrix}}"
depends_on:
- packaging-windows
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
.buildkite/scripts/integration-tests.ps1 {{matrix}} true
Expand All @@ -89,6 +95,8 @@ steps:
- install-uninstall

- label: "Win2025:non-sudo:{{matrix}}"
depends_on:
- packaging-windows
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-windows'
.buildkite/scripts/integration-tests.ps1 {{matrix}} false
Expand All @@ -108,6 +116,8 @@ steps:
- integration-ess
steps:
- label: "x86_64:non-sudo: {{matrix}}"
depends_on:
- packaging-ubuntu-x86-64-tar
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-x86-64-tar'
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
Expand All @@ -125,6 +135,9 @@ steps:
- default

- label: "x86_64:sudo: {{matrix}}"
depends_on:
- packaging-ubuntu-x86-64-tar
- packaging-ubuntu-x86-64-deb
# due to deb group present in matrix tar.gz and deb packages artifacts are required
command: |
buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64-tar
Expand Down Expand Up @@ -157,6 +170,9 @@ steps:
- container

- label: "arm:sudo: {{matrix}}"
depends_on:
- packaging-ubuntu-x86-64-tar
- packaging-ubuntu-x86-64-deb
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64-tar'
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64-deb'
Expand Down Expand Up @@ -190,6 +206,8 @@ steps:

- label: "arm:non-sudo: {{matrix}}"
skip: true
depends_on:
- packaging-ubuntu-x86-64-tar
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64-tar'
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
Expand All @@ -212,6 +230,8 @@ steps:
- integration-ess
steps:
- label: "x86_64:sudo:rpm"
depends_on:
- packaging-ubuntu-x86-64-rpm
command: |
buildkite-agent artifact download build/distributions/** . --step packaging-ubuntu-x86-64-rpm
.buildkite/scripts/steps/integration_tests_tf.sh rpm true
Expand Down

0 comments on commit c84271d

Please sign in to comment.