diff --git a/.packit.yaml b/.packit.yaml deleted file mode 100644 index cf30df4a2f..0000000000 --- a/.packit.yaml +++ /dev/null @@ -1,57 +0,0 @@ ---- - -# yamllint disable rule:line-length -specfile_path: ../distro/stratisd.spec -merge_pr_in_ci: false -update_release: false - -upstream_package_name: stratisd -downstream_package_name: stratisd - -actions: - post-upstream-clone: - - "git clone https://github.com/stratis-storage/ci --depth=1 ../distro" - - "mv ../distro/mockbuild_test/stratisd.spec ../distro/stratisd.spec" - - "cargo install cargo-version-util" - - "cargo install cargo-vendor-filterer" - create-archive: - - "sh -c 'python3 ../distro/release_management/create_artifacts.py ../distro/ --pre-release --specfile-path=../distro/stratisd.spec stratisd --vendor-method=filtered'" - fix-spec-file: - - "echo 'skipping automatic fix-spec-file actions'" - get-current-version: - - "cargo version-util get-version" - -srpm_build_deps: - - git - - cargo - - openssl-devel - -jobs: - - job: copr_build - trigger: pull_request - targets: - - fedora-all - - - job: tests - identifier: local - trigger: pull_request - targets: - - fedora-all - - # run Cockpit storage tests, see plans/ with `cockpit == yes` - - job: tests - identifier: cockpit - trigger: pull_request - targets: - - fedora-development - notifications: - failure_comment: - message: "Cockpit tests failed for commit {commit_sha}. @martinpitt, @jelly, @mvollmer please check." - tf_extra_params: - environments: - - artifacts: - - type: repository-file - id: https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/repo/fedora-$releasever/group_cockpit-main-builds-fedora-$releasever.repo - tmt: - context: - plan: "cockpit" diff --git a/Makefile b/Makefile index 7b47bf9d70..ca089967ec 100644 --- a/Makefile +++ b/Makefile @@ -471,7 +471,7 @@ test-stratis-min: ## Run yamllint on workflow files yamllint: - yamllint --strict .github/workflows/*.yml .packit.yaml + yamllint --strict .github/workflows/*.yml ## Run tmt lint tmtlint: