-
Notifications
You must be signed in to change notification settings - Fork 198
Fix pre-command to support extended testing #8418
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
Conversation
|
#8035 added a testing step that pushes an image to docker, however the testing pipeline called from main does not have docker credentials as it's called from a different pipeline, see https://buildkite.com/elastic/elastic-agent-extended-testing/builds/8924#01975655-accf-4ab3-9957-fb497092f7d5/93-155 |
💔 Build Failed
Failed CI StepsHistory |
|
|
Looks like our serverless tests are getting rate limited on gcp: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I plan to replace the pre-command hook for docker login and use https://github.com/elastic/vault-docker-login-buildkite-plugin in a follow-up
@pazone, do you know whether we manage that GCP project? If so, can we increase the quota somehow? |
|
@jlind23 we mind need to power merge this 🙂 |
(cherry picked from commit 97246c1) # Conflicts: # .buildkite/hooks/pre-command
(cherry picked from commit 97246c1)
… FIPS testing (#8415) * Add Pipeline to deploy custom agent image for FIPS testing (#8035) Add a new buildkite pipeline to build a custom agent image and use it in an ECH deployment for testing. Run FIPS integration tests on VMs with a FIPS provider. (cherry picked from commit 5908ed2) * Fix pre-command to support extended testing (#8418) (cherry picked from commit 97246c1) --------- Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
…ts-oblt-cli * feature/serverless-its-oblt-cli: (51 commits) as agreed let's move the group to the kb.integration pipeline Update .github/workflows/serverless-project.yml ci: invoke serverless integration tests package from BK github-actions: create a serverless project daily [tests] split up serverless and resource leaks integration tests (#8396) chore: Update to elastic/beats@dfdc12e33de0 (#8446) Lock upgrade marker (#8254) build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.11.12 to 0.11.13 (#8420) Add docker image name template and renamed fips cloud specs (#8429) buildkite(scripts): refactor common scripts (#8365) Use require.Eventually to try and address flakiness (#8421) Fix pre-command to support extended testing (#8418) [Automation] Bump Golang version to 1.24.4 (#8384) chore: Update to elastic/beats@aed2a8b768bd (#8423) [main][Automation] Update versions (#8425) Add Pipeline to deploy custom agent image for FIPS testing (#8035) ci: automatically update OTel components (#8288) [Automation] Bump VM Image version to 1749258065 (#8390) fix: increase context timeout to accommodate for slower machines in Test_checkForUnprivilegedVault (#8374) otel: add cumulativetodeltaprocessor to EDOT collector (#8372) ...





What does this PR do?
Fix a pre-command hook to allow BUILDKITE_PIPELINE_SLUG to match elastic-agent for PRs, and elastic-agent-extended-tests once it has merged to main