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

Move Github Actions VMs to Ubuntu 18 #2291

Merged
merged 2 commits into from
Jul 1, 2021

Conversation

kevinclark19a
Copy link
Contributor

Description

python2.6 previously required ubuntu 16 as later ubuntu versions did not support 2.6 in GHA. We have since moved to installing python2.6 from a frozen tar ball, and later ubuntus can be used. Unfortunately, python2.6 fails with a missing crypto module (_md5) on ubuntu-latest (currently ubuntu 20), and python3.4 fails on ubuntu-latest because it is not provided by actions/setup-python@v2.

ubuntu 16 is reaching EOL for GHA and must be replaced come September 2021.


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

@codecov
Copy link

codecov bot commented Jul 1, 2021

Codecov Report

Merging #2291 (83112b8) into develop (94890a0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2291   +/-   ##
========================================
  Coverage    70.60%   70.60%           
========================================
  Files           96       96           
  Lines        13903    13903           
  Branches      1986     1986           
========================================
  Hits          9816     9816           
  Misses        3654     3654           
  Partials       433      433           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94890a0...83112b8. Read the comment docs.

@kevinclark19a kevinclark19a merged commit 5ab5a83 into Azure:develop Jul 1, 2021
@kevinclark19a kevinclark19a deleted the gha__ubuntu-18 branch July 1, 2021 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants