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 fix python requirement #1662

Merged
merged 3 commits into from
May 18, 2021
Merged

Ci fix python requirement #1662

merged 3 commits into from
May 18, 2021

Conversation

piponazo
Copy link
Collaborator

I noticed that some of the CI-Linux-Distros jobs failed tonight due to a recent addition on the CMake code (requirement to find Python3 in order to run the python tests):

https://github.com/Exiv2/exiv2/actions/runs/852058640

I did not think that some platforms would not have Python3 installed by default. Since we are not currently running the tests in those CI-jobs, and python3 is just only used for testing, we do not want to enforce this project dependency.

Additionally I replaced the docker containers debian:9 with debian:10 (Since we want to test the latest versions of each platform).

I triggered again those CI-Linux-Distros jobs and with these changes, the CI looks green:
https://github.com/Exiv2/exiv2/actions/runs/852314993

Some of the CI-Linux-Distros jobs failed because of this. Python3 is not
available by default on Debian:9 nor in Centos:8.

Since we are not currently running the tests in those platforms, and
python3 is just used for testing, we do not want to enforce this project
dependency.
@piponazo piponazo added the CI Issues related with CI jobs label May 18, 2021
@piponazo piponazo self-assigned this May 18, 2021
@codecov
Copy link

codecov bot commented May 18, 2021

Codecov Report

Merging #1662 (5ba5846) into main (b871218) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1662   +/-   ##
=======================================
  Coverage   66.92%   66.92%           
=======================================
  Files         151      151           
  Lines       20775    20775           
=======================================
  Hits        13904    13904           
  Misses       6871     6871           

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 b871218...5ba5846. Read the comment docs.

kevinbackhouse
kevinbackhouse previously approved these changes May 18, 2021
@piponazo piponazo merged commit b83b219 into main May 18, 2021
@mergify mergify bot deleted the ciFixPythonRequirement branch May 18, 2021 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Issues related with CI jobs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants