Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# permissions and limitations under the License.

steps:

- label: ":docker: Build"
agents:
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
Expand All @@ -34,7 +33,7 @@ steps:
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
command: 'sudo losetup -l'
command: "sudo losetup -l"

- wait

Expand Down Expand Up @@ -77,6 +76,10 @@ steps:
- "runtime/logs/*"
command:
- make -C runtime integ-test FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
retry:
automatic:
- exit_status: "*"
limit: 3

# - label: ":running: snapshotter isolated tests"
# agents:
Expand Down Expand Up @@ -137,4 +140,3 @@ steps:
command:
- make -C runtime critest FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_critest
timeout_in_minutes: 10