Skip to content

Commit

Permalink
XXX disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Oct 17, 2023
1 parent 7fce279 commit 240d2b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 86 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/unit-tests.yml

This file was deleted.

31 changes: 1 addition & 30 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,41 +23,12 @@ srpm_build_deps:
# use the nicely formatted release NEWS from our upstream release, instead of git shortlog
copy_upstream_release_description: true
jobs:
- job: tests
identifier: self
trigger: pull_request
targets:
- fedora-38
- fedora-39
- fedora-latest-aarch64
- fedora-development
- centos-stream-8-x86_64
- centos-stream-9-x86_64
- centos-stream-9-aarch64

# current Fedora runs reverse dependency testing against https://copr.fedorainfracloud.org/coprs/g/cockpit/main-builds/
- job: tests
identifier: revdeps
trigger: pull_request
targets:
- fedora-latest-stable
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:
revdeps: "yes"

# run build/unit tests on some interesting architectures
- job: copr_build
trigger: pull_request
targets:
# 32 bit
- fedora-development-i386
# big-endian
- fedora-development-s390x
- fedora-development

# for cross-project testing
- job: copr_build
Expand Down
6 changes: 1 addition & 5 deletions tools/cockpit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,7 @@ BuildRequires: python3-tox-current-env
%make_build

%check
make -j$(nproc) check

%if 0%{?enable_old_bridge} == 0 && 0%{?rhel} == 0
%tox
%endif
true

%install
%make_install
Expand Down

0 comments on commit 240d2b7

Please sign in to comment.