TriBITSPub / TriBITS

TriBITS: Tribal Build, Integrate, and Test System,
http://tribits.org
Other
36 stars 46 forks source link

Update TriBITS GitHub Actions builds 2022-12 #543

Closed bartlettroscoe closed 1 year ago

bartlettroscoe commented 1 year ago

Description

The current set of TriBITS GitHub Actions builds are:

The TriBITS GitHub Actions builds need to be updated for the following reasons:

Note that we might also consider dropping testing for Python 2.7 but I think unless we loose support for installing Python 2.7 and as long as RHEL7 exists at SNL, it seems smart to keep Python 2.7 support.

Initial Proposed Updated GitHub Actions Builds

Considering all of this, here are the updated proposed set of builds

That should cover things pretty well.

Proposed Updated GitHub Actions Builds 2

Given that Python 2.7 seems to no longer be supported, we can drop that build to give:

Tasks

bartlettroscoe commented 1 year ago

Well, it looks like Python 2.7 is no longer available as shown by the new build CMake 3.22.4, makefiles, Python 2.7, gcc-9, g++9, gfortran-9 showing:

Run actions/setup-python@v2
Version 2.7 was not found in the local cache
Error: Version 2.7 with arch x[6](https://github.com/TriBITSPub/TriBITS/actions/runs/3621774657/jobs/6105637961#step:7:7)4 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Therefore, I will need to drop the Python 2.7 build. So it looks like we no longer have testing with Python 2.7 on GitHub Actions!

bartlettroscoe commented 1 year ago

The recently tested and merged PRs #546 and #549 show the updated GitHub Actions builds are working as they should. Closing this Issue as complete.