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

ansible: add Debian 10 #2612

Merged
merged 4 commits into from
Apr 9, 2021
Merged

ansible: add Debian 10 #2612

merged 4 commits into from
Apr 9, 2021

Commits on Apr 9, 2021

  1. ansible: replace test-softlayer-debian8-x86-1

    Replace `test-softlayer-debian8-x86-1` with a Debian 10 based image.
    `openjdk-8-jre-headless` is no longer available from the Debian 10
    repositories, so replace with `openjdk-11-jre-headless`.
    
    Refs: https://lists.debian.org/debian-java/2019/04/msg00036.html
    richardlau committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    7804962 View commit details
    Browse the repository at this point in the history
  2. ansible: reset OpenSSL security level on Debian 10

    Debian 10 raises the security level for OpenSSL to 2 which breaks
    over one hundred Node.js tests. Lower the security level back down
    to the OpenSSL default of 1 to allow tests to pass.
    richardlau committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    36344c2 View commit details
    Browse the repository at this point in the history
  3. ansible: replace test-rackspace-debian8-x64-2

    Replace `test-rackspace-debian8-x64-2` with a Debian 10 based image.
    richardlau committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    ac5abb5 View commit details
    Browse the repository at this point in the history
  4. jenkins: stop testing on Debian 9 from Node.js 16

    Python and gcc/g++ in Debian 9 are not recent enough for the proposed
    minumum supported versions for Node.js 16.
    richardlau committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    8765fd7 View commit details
    Browse the repository at this point in the history