FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit 12995d36 authored by Jeff Ohrstrom's avatar Jeff Ohrstrom Committed by GitHub
Browse files

add tests for almalinux (#206)

add tests for almalinux and support for AlmaLinux:9
parent b40fdd0f
No related branches found
No related tags found
No related merge requests found
......@@ -30,17 +30,23 @@ jobs:
- 'centos:8'
- 'rockylinux:8'
- 'rockylinux:9'
- 'almalinux:8'
- 'almalinux:9'
- 'ubuntu:20.04'
- 'ubuntu:22.04'
scenario:
- 'default'
- 'upgrade'
exclude:
# 2.0 did not support rocky:9 and ubuntu:22
# 2.0 did not support el:9 and ubuntu:22
- scenario: upgrade
image: 'rockylinux:9'
- scenario: upgrade
image: 'ubuntu:22.04'
- scenario: upgrade
image: 'almalinux:8'
- scenario: upgrade
image: 'almalinux:9'
steps:
- name: checkout
......
---
os_dependencies:
- redhat-rpm-config
- libnsl
apache_oidc_mod_package: mod_auth_openidc
nginx_root: "/opt/rh/ondemand/root"
nginx_bin: "{{ nginx_root }}/sbin/nginx"
nginx_mime_types: "{{ nginx_root }}/etc/nginx/mime.types"
locations_ini: "/opt/ood/ondemand/root/usr/share/ruby/vendor_ruby/phusion_passenger/locations.ini"
additional_rpm_installs:
- lua-posix
rpm_repo_key: https://yum.osc.edu/ondemand/RPM-GPG-KEY-ondemand-SHA512
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment