Skip to content
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

[ci] Use VM for PR license check on Buildkite #15428

Closed
wants to merge 1 commit into from

Commits on Oct 11, 2023

  1. [ci] Use VM for PR license check on Buildkite

    This commit switches the license check to be run using a VM (as its
    currently done in Jenkins) due to the problem described in
    elastic#15427.
    
    This is a bit unfortunate because the Jenkins workflow
    builds a Docker image (based on Ubuntu 18.04) within the VM and then
    runs the check inside a container. We will address this issue and
    remove this unnecessary VM -> build docker image -> run inside Docker
    in a future PR.
    dliappis committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9a954ca View commit details
    Browse the repository at this point in the history