You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
The same way we do for other test suites (fleet and metricbeat) we'd like to test beats' PRs/branches or binaries created from the local build in Beats.
For that reason, we'd need to detect if the build was triggered by a PR/branch from Beats, or using local file system, and load the Docker image for:
metricbeat
filebeat
heartbeat
in Kind's runtime, using kind load image-archive $theFile.tar
The same way we do for other test suites (fleet and metricbeat) we'd like to test beats' PRs/branches or binaries created from the local build in Beats.
For that reason, we'd need to detect if the build was triggered by a PR/branch from Beats, or using local file system, and load the Docker image for:
in Kind's runtime, using
kind load image-archive $theFile.tarcc/ @jsoriano