Skip to content

[ci] add github notification for CI steps #8485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
steps:
- label: Start ESS stack for integration tests
key: integration-ess
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - ESS stack provision"
env:
ASDF_TERRAFORM_VERSION: 1.9.2
command: |
Expand All @@ -31,6 +34,9 @@ steps:

- group: "Extended runtime leak tests"
key: extended-integration-tests
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Runtime leak tests"
depends_on:
- integration-ess
steps:
Expand Down Expand Up @@ -90,6 +96,9 @@ steps:

- group: "Stateful: Windows"
key: integration-tests-win
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Windows"
depends_on:
- integration-ess
steps:
Expand Down Expand Up @@ -185,6 +194,9 @@ steps:

- group: "Stateful:Ubuntu"
key: integration-tests-ubuntu
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Ubuntu"
depends_on:
- integration-ess
steps:
Expand Down Expand Up @@ -294,6 +306,9 @@ steps:

- group: "Stateful:Debian"
key: integration-tests-debian
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Debian"
depends_on:
- integration-ess
steps:
Expand Down Expand Up @@ -351,6 +366,9 @@ steps:

- group: "Stateful(Sudo):RHEL8"
key: integration-tests-rhel8
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - RHEL8"
depends_on:
- integration-ess
steps:
Expand All @@ -373,6 +391,9 @@ steps:

- group: "Kubernetes"
key: integration-tests-kubernetes
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Kubernetes"
depends_on:
- integration-ess
- packaging-containers-x86-64
Expand Down
3 changes: 3 additions & 0 deletions .buildkite/integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ env:
steps:
- group: "Integration tests: packaging"
key: "int-packaging"
notify:
- github_commit_status:
context: "buildkite/elastic-agent - Packaging"
steps:
# Build matrix is not used for packaging in favor to unique step keys
# Packaging linux/amd64
Expand Down