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

Fix removed character

Remove trailing space in ci.yml
  • Loading branch information
Justin-Fernbaugh committed Jan 22, 2024
1 parent 379cc6f commit 787edbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: ci

"on":
pull_request:
push:
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 787edbc

Please sign in to comment.