Skip to content

Commit

Permalink
Update platforms and add copilot-instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Nov 4, 2024
1 parent b710720 commit 74b45a3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
We use Chef Cookstyle to lint our Chef cookbooks. We use Test Kitchen to integration test our cookbooks. Test cookbooks are in the test/cookbooks directory. We keep documentation in README.md and the documentation folder.
39 changes: 21 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,38 @@ jobs:
strategy:
matrix:
os:
- "almalinux-8"
- "almalinux-9"
- "rockylinux-9"
- "oraclelinux-9"
- "centos-stream-9"
- "amazonlinux-2"
- "debian-11"
- "debian-12"
- "rockylinux-8"
- "ubuntu-2004"
- "fedora-latest"
- "ubuntu-2204"
- "ubuntu-2404"
suite:
- "access-12"
- "access-13"
- "access-14"
- "access-15"
- "client-install-12"
- "client-install-13"
- "client-install-14"
- "access-16"
- "access-17"
- "client-install-15"
- "extension-12"
- "extension-13"
- "extension-14"
- "client-install-16"
- "client-install-17"
- "extension-15"
- "ident-12"
- "ident-13"
- "ident-14"
- "extension-16"
- "extension-17"
- "ident-15"
- "ident-16"
- "ident-17"
- "initdb-locale-15"
- "server-install-12"
- "server-install-13"
- "server-install-14"
- "initdb-locale-16"
- "initdb-locale-17"
- "repo-15"
- "repo-16"
- "repo-17"
- "server-install-15"
- "server-install-16"
- "server-install-17"
- "server-install-os"
exclude:
- os: "centos-7"
Expand Down
2 changes: 2 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ config:
line-length: false # MD013
no-duplicate-heading: false # MD024
reference-links-images: false # MD052
ignores:
- .github/copilot-instructions.md
4 changes: 1 addition & 3 deletions test/cookbooks/test/recipes/client_install.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

# Import PostgreSQL GPG key
execute 'import_pgdg_key' do
command 'rpm --import https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG'
command 'rpm --import https://download.postgresql.org/pub/repos/yum/keys/RPM-GPG-KEY-PGDG'
not_if 'rpm -q gpg-pubkey-08b40d20-*'
end

Expand Down

0 comments on commit 74b45a3

Please sign in to comment.