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

Fix rpm package test workflow #6622

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/rpm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
image: [ "centos:centos7", "rockylinux:8", "rockylinux:9" ]
pg: [ 13, 14, 15, 16 ]
license: [ "TSL", "Apache"]
checkout: [ "v4" ]
include:
- license: Apache
pkg_suffix: "-oss"
# centos7 does not have the right versions to support
# node20. See https://github.com/actions/runner/issues/2906
- image: "centos:centos7"
checkout: "v3"
exclude:
# PG 16 is not available on centos7
- image: centos:centos7
Expand Down Expand Up @@ -77,7 +72,7 @@ jobs:
run: |
rpm -ql timescaledb-2${{ matrix.pkg_suffix }}-postgresql-${{ matrix.pg }}

- uses: actions/checkout@${{ matrix.checkout }}
- uses: actions/checkout@v3

- name: Read versions
id: versions
Expand Down