Skip to content
Draft
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
1 change: 0 additions & 1 deletion .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json

env:
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp"
ASDF_MAGE_VERSION: 1.14.0

# The following images are defined here and their values will be updated by updatecli
Expand Down
1 change: 0 additions & 1 deletion .buildkite/integration.pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json

env:
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp"
ASDF_MAGE_VERSION: 1.14.0

# The following images are defined here and their values will be updated by updatecli
Expand Down
36 changes: 0 additions & 36 deletions .buildkite/misc/gce-cleanup.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .buildkite/pipeline.elastic-agent-gce-cleanup.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .buildkite/pipeline.integration-test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json

env:
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp"

steps:
- label: "Integration tests: packaging"
key: "package-it"
Expand Down
2 changes: 0 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json

env:
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp"

# The following images are defined here and their values will be updated by updatecli
# Please do not change them manually.
IMAGE_UBUNTU_2204_X86_64: "platform-ingest-elastic-agent-ubuntu-2204-1760144464"
Expand Down
15 changes: 0 additions & 15 deletions .buildkite/scripts/steps/gce-cleanup.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .buildkite/serverless.beats.tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json

env:
VAULT_PATH: "kv/ci-shared/observability-ingest/cloud/gcp"

steps:
- label: "Serverless Beats Tests"
key: "serverless-beats-integration-tests"
Expand Down
47 changes: 0 additions & 47 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,53 +390,6 @@ spec:
everyone:
access_level: BUILD_AND_READ

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-elastic-agent-gce-cleanup
description: Clean up stale GCE instances
links:
- title: Pipeline
url: https://buildkite.com/elastic/elastic-agent

spec:
type: buildkite-pipeline
owner: group:ingest-fp
system: platform-ingest
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: elastic-agent-gce-cleanup
description: Pipeline file for cleaning up lingering GCE instances
spec:
pipeline_file: ".buildkite/pipeline.elastic-agent-gce-cleanup.yml"
provider_settings:
build_pull_request_forks: false
build_pull_requests: false # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
publish_commit_status: false # do not update status of commits for this pipeline
build_tags: false
build_branches: false
filter_enabled: true
# required by "build_pull_requests: true" when used with buildkite-pr-bot
filter_condition: >-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
repository: elastic/elastic-agent
schedules:
Every 4 hours:
branch: main
cronline: "0 0/4 * * *" # every 4th hour
message: GCE cleanup
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
observablt-robots:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: BUILD_AND_READ

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
Expand Down
Loading