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

[19.03] Fix regression when targeting an old docker engine #2536

Closed

Commits on May 19, 2020

  1. Partially revert cf663b5 as it breaks the version negotiation with an…

    … older docker engine.
    
    Signed-off-by: Silvin Lubecki <[email protected]>
    silvin-lubecki committed May 19, 2020
    Configuration menu
    Copy the full SHA
    7b2fac4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Add a new Makefile variable to override DockerInDocker engine version…

    … we use to run e2e tests
    
    Signed-off-by: Silvin Lubecki <[email protected]>
    silvin-lubecki committed May 20, 2020
    Configuration menu
    Copy the full SHA
    1ff6c42 View commit details
    Browse the repository at this point in the history
  2. Run e2e tests with different engine version on Jenkins

    Rewrite Jenkinsfile to new declarative syntax without parallel as the e2e framework is not tailored for than (container name clash, port clash,...)
    
    Signed-off-by: Tibor Vass <[email protected]>
    Signed-off-by: Silvin Lubecki <[email protected]>
    silvin-lubecki committed May 20, 2020
    Configuration menu
    Copy the full SHA
    375f685 View commit details
    Browse the repository at this point in the history