forked from elastic/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from geoadmin/sync_main_to_master
Sync master with upstream main
- Loading branch information
Showing
13,909 changed files
with
774,952 additions
and
269,717 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ AWS_SERVICE_ACCOUNT_SECRET_PATH=kv/ci-shared/platform-ingest/aws_ingest_ci | |
PRIVATE_CI_GCS_CREDENTIALS_PATH=kv/ci-shared/platform-ingest/gcp-platform-ingest-ci-service-account | ||
|
||
BUILDKITE_API_TOKEN_PATH=kv/ci-shared/platform-ingest/buildkite_token | ||
GITHUB_TOKEN_VAULT_PATH=kv/ci-shared/platform-ingest/github_token | ||
|
||
EC_TOKEN_PATH=kv/ci-shared/platform-ingest/platform-ingest-ec-qa | ||
EC_DATA_PATH=secret/ci/elastic-integrations/ec_data | ||
|
@@ -101,7 +100,7 @@ if [[ "${BUILDKITE_PIPELINE_SLUG}" == "integrations" ]]; then | |
if [[ "${BUILDKITE_STEP_KEY}" == "publish-benchmarks" ]]; then | ||
BUILDKITE_API_TOKEN=$(retry 5 vault kv get -field buildkite_token "${BUILDKITE_API_TOKEN_PATH}") | ||
export BUILDKITE_API_TOKEN | ||
GITHUB_TOKEN=$(retry 5 vault kv get -field token "${GITHUB_TOKEN_VAULT_PATH}") | ||
GITHUB_TOKEN=$VAULT_GITHUB_TOKEN | ||
export GITHUB_TOKEN | ||
fi | ||
|
||
|
@@ -147,12 +146,10 @@ fi | |
|
||
if [[ "$BUILDKITE_PIPELINE_SLUG" == "integrations-backport" ]]; then | ||
if [[ "$BUILDKITE_STEP_KEY" == "create-backport-branch" ]]; then | ||
GITHUB_USERNAME_SECRET=$(retry 5 vault kv get -field username "${GITHUB_TOKEN_VAULT_PATH}") | ||
export GITHUB_USERNAME_SECRET | ||
GITHUB_EMAIL_SECRET=$(retry 5 vault kv get -field email "${GITHUB_TOKEN_VAULT_PATH}") | ||
export GITHUB_EMAIL_SECRET | ||
GITHUB_TOKEN=$(retry 5 vault kv get -field token "${GITHUB_TOKEN_VAULT_PATH}") | ||
export GITHUB_TOKEN | ||
GITHUB_USERNAME="elastic-vault-github-plugin-prod" | ||
GITHUB_EMAIL="[email protected]" | ||
GITHUB_TOKEN=$VAULT_GITHUB_TOKEN | ||
export GITHUB_TOKEN GITHUB_EMAIL GITHUB_USERNAME | ||
fi | ||
fi | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json | ||
name: integrations-schedule-weekly | ||
|
||
env: | ||
SETUP_GVM_VERSION: "v0.5.2" | ||
LINUX_AGENT_IMAGE: "golang:${GO_VERSION}" | ||
|
||
# The pipeline is triggered by the scheduler every week | ||
steps: | ||
- label: ":white_check_mark: Check go sources" | ||
key: "check" | ||
command: ".buildkite/scripts/check_sources.sh" | ||
agents: | ||
image: "${LINUX_AGENT_IMAGE}" | ||
cpu: "8" | ||
memory: "4G" | ||
|
||
- label: "Check integrations local stacks and Elastic Agent Ubuntu docker - Stack Version v8.18" | ||
trigger: "integrations" | ||
build: | ||
env: | ||
SERVERLESS: "false" | ||
FORCE_CHECK_ALL: "true" | ||
STACK_VERSION: 8.18.0-SNAPSHOT | ||
PUBLISH_COVERAGE_REPORTS: "false" | ||
ELASTIC_PACKAGE_DISABLE_ELASTIC_AGENT_WOLFI: "true" | ||
depends_on: | ||
- step: "check" | ||
allow_failure: false | ||
|
||
- label: "Check integrations local stacks and non-wolfi images for Elastic Agent - Stack Version v9.0" | ||
trigger: "integrations" | ||
build: | ||
env: | ||
SERVERLESS: "false" | ||
FORCE_CHECK_ALL: "true" | ||
STACK_VERSION: 9.0.0-SNAPSHOT | ||
PUBLISH_COVERAGE_REPORTS: "false" | ||
ELASTIC_PACKAGE_DISABLE_ELASTIC_AGENT_WOLFI: "true" | ||
depends_on: | ||
- step: "check" | ||
allow_failure: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.