diff --git a/.packit.yaml b/.packit.yaml index 830bcfd..f909390 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -8,13 +8,19 @@ upstream_tag_template: v{version} srpm_build_deps: - make + jobs: + - job: copr_build + trigger: pull_request + # x86_64 is assumed by default + targets: + - fedora-39-x86_64 + - centos-stream-9 + - job: tests trigger: pull_request identifier: integration-tiers tmt_plan: /integration/plans/tier-0 - skip_build: true - targets: targets: - centos-stream-9-x86_64 - fedora-39-x86_64 diff --git a/integration/plans/tier-0.fmf b/integration/plans/tier-0.fmf index da4f9cf..6103cc8 100644 --- a/integration/plans/tier-0.fmf +++ b/integration/plans/tier-0.fmf @@ -17,10 +17,10 @@ adjust: when: distro == centos-stream-9 prepare: - - name: Prepare Repos - how: shell - script: | - dnf copr enable -y @centos-automotive-sig/next +# - name: Prepare Repos +# how: shell +# script: | +# dnf copr enable -y @centos-automotive-sig/next - name: Install rpms how: install package: initoverlayfs diff --git a/integration/tests/boot-validation/test.sh b/integration/tests/boot-validation/test.sh index e3760a5..8ab61ed 100755 --- a/integration/tests/boot-validation/test.sh +++ b/integration/tests/boot-validation/test.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -x + if [ "${TMT_REBOOT_COUNT}" == "1" ];then echo -n "machine is up" exit 0