stratis-storage / project

A holding place for issues that affect more than one repository in the project
4 stars 0 forks source link

Update FEDORA_RELEASE environment variable for check-fedora-versions make invocation in GitHub Actions #676

Closed mulkieran closed 8 months ago

mulkieran commented 8 months ago

Currently, in most cases, the FEDORA_RELEASE environment variable is set to rawhide, f38, and f37. We should instead set it to rawhide, f39, and f38.

In future, we would like either:

bgurney-rh commented 8 months ago

There is also a FEDORA_RELEASE environment variable in the ci repository, in container_files/Makefile. Should that be updated from 38 to 39?

mulkieran commented 8 months ago

There is also a FEDORA_RELEASE environment variable in the ci repository, in container_files/Makefile. Should that be updated from 38 to 39?

@bgurney-rh Thanks for pointing that out. We should just remove those files, since we no longer use the containerize tang server, since we moved all that to Packit based testing. PR is up: https://github.com/stratis-storage/ci/pull/490 .