Skip to content

Commit

Permalink
enhancement(5832): uncommented integration test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanyalti committed Dec 19, 2024
1 parent 171d188 commit d1d5220
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .buildkite/integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,22 @@ steps:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Serverless Beats Tests"

# - label: "Kubernetes Integration tests"
# key: "k8s-integration-tests"
# env:
# K8S_VERSION: "v1.31.0"
# KIND_VERSION: "v0.24.0"
# command: ".buildkite/scripts/steps/k8s-extended-tests.sh"
# artifact_paths:
# - "build/k8s-logs*/*"
# - "build/k8s-logs*/**/*"
# - "build/TEST-**"
# - "build/diagnostics/*"
# agents:
# provider: "gcp"
# machineType: "c2-standard-16"
# image: "family/core-ubuntu-2204"
# diskSizeGb: 400
# notify:
# - github_commit_status:
# context: "buildkite/elastic-agent-extended-testing - Kubernetes Integration tests"
- label: "Kubernetes Integration tests"
key: "k8s-integration-tests"
env:
K8S_VERSION: "v1.31.0"
KIND_VERSION: "v0.24.0"
command: ".buildkite/scripts/steps/k8s-extended-tests.sh"
artifact_paths:
- "build/k8s-logs*/*"
- "build/k8s-logs*/**/*"
- "build/TEST-**"
- "build/diagnostics/*"
agents:
provider: "gcp"
machineType: "c2-standard-16"
image: "family/core-ubuntu-2204"
diskSizeGb: 400
notify:
- github_commit_status:
context: "buildkite/elastic-agent-extended-testing - Kubernetes Integration tests"

0 comments on commit d1d5220

Please sign in to comment.