Skip to content

Commit

Permalink
Remove PG11 suites from kitchen
Browse files Browse the repository at this point in the history
Remove blank line from ci.yml

Remove blank lines, add blank line at EOF

Remove blank line from kitchen.yml
  • Loading branch information
Justin-Fernbaugh committed Jan 22, 2024
1 parent 379cc6f commit 1b34793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 74 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
name: ci

"on":
pull_request:
push:
branches:
- main

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/[email protected]
Expand Down Expand Up @@ -59,8 +58,7 @@ jobs:
exclude:
- os: "centos-7"
suite: "server-install-os"
fail-fast: false

fail-fast: fals
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
70 changes: 0 additions & 70 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,73 +320,3 @@ suites:
pg_ver: "12"
run_list:
- recipe[test::server_install]

- name: access_11
attributes:
test:
pg_ver: "11"
verifier:
inspec_tests:
- path: test/integration/access/
run_list:
- recipe[test::access]
- name: client_install_11
attributes:
test:
pg_ver: "11"
verifier:
inspec_tests:
- path: test/integration/client_install/
inputs:
pg_ver: "11"
run_list:
- recipe[test::client_install]
- name: extension_11
attributes:
test:
pg_ver: "11"
verifier:
inspec_tests:
- path: test/integration/extension/
run_list:
- recipe[test::extension]
- name: ident_11
attributes:
test:
pg_ver: "11"
verifier:
inspec_tests:
- path: test/integration/ident/
run_list:
- recipe[test::ident]
- name: initdb_locale_11
attributes:
test:
pg_ver: "11"
verifier:
inspec_tests:
- path: test/integration/initdb_locale/
run_list:
- recipe[test::initdb_locale]
- name: repo_11
attributes:
test:
pg_ver: "11"
verifier:
inspec_tests:
- path: test/integration/repo/
inputs:
pg_ver: "11"
run_list:
- recipe[test::repository]
- name: server_install_11
attributes:
test:
pg_ver: "11"
verifier:
inspec_tests:
- path: test/integration/server_install/
inputs:
pg_ver: "11"
run_list:
- recipe[test::server_install]

0 comments on commit 1b34793

Please sign in to comment.