Skip to content

Commit

Permalink
[Buildkite] Update buildkite daily job as in Jenkins (#8560)
Browse files Browse the repository at this point in the history
8.11.0 has been released. Move daily testing toward 8.12-SNAPSHOT.
https://buildkite.com/elastic/integrations-schedule-daily/builds?branch=main
  • Loading branch information
mrodm authored Nov 22, 2023
1 parent 462c397 commit 4337929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
cpu: "8"
memory: "4G"

- label: "Check integrations local stacks - Stack Version 7.17"
- label: "Check integrations local stacks - Stack Version v7.17"
trigger: "integrations"
build:
env:
Expand All @@ -27,14 +27,14 @@ steps:
- step: "check"
allow_failure: false

- label: "Check integrations local stacks - Stack Version 8.11"
- label: "Check integrations local stacks - Stack Version v8.12.0"
trigger: "integrations"
build:
env:
SERVERLESS: "false"
SKIP_PUBLISHING: "true"
FORCE_CHECK_ALL: "true"
STACK_VERSION: 8.11-SNAPSHOT
STACK_VERSION: 8.12.0-SNAPSHOT
depends_on:
- step: "check"
allow_failure: false
Expand Down

0 comments on commit 4337929

Please sign in to comment.