diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac3619c8..e2fd530f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,11 @@ --- name: ci - "on": pull_request: push: branches: - main - + jobs: lint-unit: uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0 @@ -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 diff --git a/kitchen.yml b/kitchen.yml index 702d00c2..5959eb87 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -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]