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
  • Loading branch information
Justin-Fernbaugh committed Jan 22, 2024
1 parent 379cc6f commit ea65280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
3 changes: 1 addition & 2 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

Check failure on line 8 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / yamllint

8:1 [trailing-spaces] trailing spaces
jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0
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 ea65280

Please sign in to comment.