Conversation
|
### BK Pipelines |
|
This pull request does not have a backport label. Could you fix it @v1v? 🙏
|
| FIPS: "true" | ||
| agents: | ||
| provider: "gcp" | ||
| image: "${IMAGE_UBUNTU_X86_64}" |
There was a problem hiding this comment.
@v1v Apparently the FIPS are using the same images, right?
There was a problem hiding this comment.
That's only for the packaging, as far as I see at 8bb8c74
The tests run using the FIPS images.
There was a problem hiding this comment.
And what's the reason for that? Wouldn't it make more sense to build and test over the same images?
Even with that, the ones that are failing are the packaging pipelines https://buildkite.com/elastic/fleet-server-package-mbp/builds/3243
|
Seems that are flaky test because in each execution a different ones fails. Retrying |
.buildkite/pipeline.package.mbp.yml
Outdated
| env: | ||
| IMAGE_UBUNTU_X86_64: "family/core-ubuntu-2204" | ||
| IMAGE_UBUNTU_ARM_64: "core-ubuntu-2204-aarch64" | ||
| IMAGE_UBUNTU_X86_64: "platform-ingest-fleets-ubuntu-2204-1770381074" |
There was a problem hiding this comment.
Running agent pre-command hook, I'm not sure what's the reason for using that particular pre-command hook, but IIRC, fleet-server does not need it.
Can you confirm if the VM Images used are not copying the pre-command hook?
There was a problem hiding this comment.
I've been trying to find any reference from the fleet-server images but I found nothing, so I'd say that no copy of the hooks/base/pre-command is happening in this images
There was a problem hiding this comment.
1770381074 is from February (2026-02-06 12:31:14 UTC), but there are new commits in the ci-agent-images. Can you generate the new VM images and update the timestamp here?
There was a problem hiding this comment.
Sure:
- Image generation: https://buildkite.com/elastic/vm-images-platform-ingest/builds/1333#
- The new timestamp is
1772547557 - Changes applied: 25476f2
Let's see if it works.
There was a problem hiding this comment.
In this execution the E2E test have passed:
|
This pull request is now in conflicts. Could you fix it @v1v? 🙏 |
What is the problem this PR solves?
Use custom VM images
How does this PR solve the problem?
Ensure we know what tools we use and pin the version - then we will be able to automatically bump the versions using the PR review process.
How to test this PR locally
Design Checklist
Checklist
./changelog/fragmentsusing the changelog toolRelated issues