19 Commits

Author SHA1 Message Date
Packit 14f714d9aa Update to 1.39.0 upstream release
Upstream tag: 1.39.0
Upstream commit: 71d5b3e3

Commit authored by Packit automation (https://packit.dev/)
2024-11-22 06:17:40 +00:00
Packit 7d9e69481b Update to 1.38.0 upstream release
Upstream tag: 1.38.0
Upstream commit: cc75eb6b

Commit authored by Packit automation (https://packit.dev/)
2024-10-25 16:25:22 +00:00
Packit dbc74646cc Update to 1.37.0 upstream release
Upstream tag: 1.37.0
Upstream commit: 828e04e6

Commit authored by Packit automation (https://packit.dev/)
2024-10-02 11:14:51 +00:00
Packit 152b6eff4d Update to 1.36.1 upstream release
Upstream tag: 1.36.1
Upstream commit: fb586fcd

Commit authored by Packit automation (https://packit.dev/)
2024-09-13 13:58:39 +00:00
Packit 5b003e0a04 Update to 1.36.0 upstream release
Upstream tag: 1.36.0
Upstream commit: a8603c7d

Commit authored by Packit automation (https://packit.dev/)
2024-09-05 07:09:51 +00:00
Packit 4d96f9289c Update to 1.35.0 upstream release
Upstream tag: 1.35.0
Upstream commit: 718c2e3d

Commit authored by Packit automation (https://packit.dev/)
2024-08-09 10:16:16 +00:00
Packit 918037c775 Update to 1.34.0 upstream release
Upstream tag: 1.34.0
Upstream commit: 6af3b395

Commit authored by Packit automation (https://packit.dev/)
2024-06-19 15:10:08 +00:00
Packit ed4bc760da Update to 1.33.0 upstream release
Upstream tag: 1.33.0
Upstream commit: a47645ca

Commit authored by Packit automation (https://packit.dev/)
2024-05-09 09:33:53 +00:00
Packit c434ec1375 Update to 1.32.2 upstream release
Upstream tag: 1.32.2
Upstream commit: 0b0398a2

Commit authored by Packit automation (https://packit.dev/)
2024-04-22 07:31:16 +00:00
Packit 8609bbf197 [packit] 1.32.1 upstream release
Upstream tag: 1.32.1
Upstream commit: c476703a
2024-04-01 18:25:22 +00:00
Lukáš Zachar cf14d2ec99 Merge branch 'rawhide' into f39 2024-03-28 15:14:47 +01:00
Michal Hlavinka defe612480 allow /var/tmp/tmt for rpminspect addedfiles check
fixes bodhi update ci checks
2024-02-13 09:35:00 +01:00
Packit 39ff27ed0e [packit] 1.31.0 upstream release
Upstream tag: 1.31.0
Upstream commit: fdb16ba3
2024-02-06 19:20:07 +00:00
Packit d22d551733 [packit] 1.30.0 upstream release
Upstream tag: 1.30.0
Upstream commit: 1a46dbb0
2023-12-11 20:22:54 +00:00
Packit 24e4a06714 [packit] 1.29.0 upstream release
Upstream tag: 1.29.0
Upstream commit: 808858e8
2023-11-06 19:56:29 +00:00
Packit d2ce4d846b [packit] 1.28.2 upstream release
Upstream tag: 1.28.2
Upstream commit: 81f02df4
2023-10-11 15:05:55 +00:00
Petr Šplíchal 6cef9fcb4d Install yq which is needed by some newer tests 2023-09-08 10:13:24 +02:00
Packit 9145fda771 [packit] 1.27.0 upstream release
Upstream tag: 1.27.0
Upstream commit: 9c35269a

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/tmt.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.27.0-f39-update-propose_downstream
```
2023-09-07 09:32:43 +00:00
Packit add2b64498 [packit] 1.26.1 upstream release
Upstream tag: 1.26.1
Upstream commit: 2cfb13eb

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/tmt.git refs/heads/*:refs/remotes/packit/*
git checkout packit/1.26.1-f39-update-propose_downstream
```
2023-09-01 18:40:38 +00:00
6 changed files with 102 additions and 167 deletions
-10
View File
@@ -53,13 +53,3 @@
/tmt-1.37.0.tar.gz
/tmt-1.38.0.tar.gz
/tmt-1.39.0.tar.gz
/tmt-1.40.0.tar.gz
/tmt-1.41.0.tar.gz
/tmt-1.41.1.tar.gz
/tmt-1.42.1.tar.gz
/tmt-1.43.0.tar.gz
/tmt-1.44.0.tar.gz
/tmt-1.45.0.tar.gz
/tmt-1.46.0.tar.gz
/tmt-1.47.0.tar.gz
/tmt-1.48.0.tar.gz
+97 -97
View File
@@ -28,142 +28,142 @@ targets: &all-targets
# Uncomment below line if OpenScanHub scans are failing
# osh_diff_scan_after_copr_build: false
# Common definitions
_:
# Copr jobs under the packit project
- &copr-under-packit
jobs:
# Build pull requests
- &copr_build
job: copr_build
additional_repos:
- copr://@teemtee/stable
trigger: pull_request
actions:
<<: *base-actions
get-current-version:
# Use `dev888` instead of the last version digit to make
# builds older than the final release and newer than
# copr builds from main. Remove the remaining suffix
# generated by `hatch version` as well so that build
# with the latest timestamp always wins.
- bash -c "hatch version | sed -E 's/\\.[0-9]+\\.dev.*/.dev888/'"
# Copr jobs under the teemtee project
- &copr-under-teemtee
<<: *copr-under-packit
list_on_homepage: True
preserve_project: True
owner: "@teemtee"
# Test jobs base setup
- &test-base
# Test core
- &tests
job: tests
trigger: pull_request
tf_extra_params:
environments:
- &copr-teemtee-stable
artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/teemtee/stable/repo/fedora-rawhide/group_teemtee-stable-fedora-rawhide.repo
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/teemtee/stable/repo/epel-9/group_teemtee-stable-epel-9.repo
# Latest fedora & epel targets
- &latest-targets
- fedora-latest-stable
- epel-9
# Internal jobs
- &internal
use_internal_tf: True
targets:
targets: &latest-targets
- fedora-latest-stable
- epel-9
identifier: core
tf_extra_params:
environments:
- &tmt-cloud-resources
<<: *copr-teemtee-stable
settings:
provisioning:
tags:
BusinessUnit: tmt
test:
tmt:
name: /plans/features/(core|basic)
# Full test requires
- &require-full-tests
require:
# Test full
# Do not run extended unit tests, that plan gets its own job because
# of podman vs systemd-resolved flakiness.
- <<: *tests
targets: *all-targets
require: &require-full-tests
label:
present:
- ci | full test
absent:
- status | discuss
jobs:
# Build released bits to stable
- <<: *copr-under-teemtee
trigger: release
project: stable
# Build commits merged to main to latest
- <<: *copr-under-teemtee
trigger: commit
branch: main
project: latest
release_suffix: "{PACKIT_PROJECT_BRANCH}"
# Build pull requests
- <<: *copr-under-packit
trigger: pull_request
# Test core
- <<: *test-base
targets: *latest-targets
identifier: core
tmt_plan: '/plans/features/(core|basic)'
# Test full
- <<: *test-base
<<: *require-full-tests
identifier: full
# Do not run extended unit tests. That plan gets its own job
# because of podman vs systemd-resolved flakiness.
tmt_plan: '^(?!/plans/features/extended-unit-tests).*$'
tf_extra_params:
test:
tmt:
name: '^(?!/plans/features/extended-unit-tests).*$'
# Extended unit tests
- <<: *test-base
<<: *require-full-tests
- <<: *tests
targets: [ fedora-latest-stable ]
require: *require-full-tests
identifier: extended-unit-tests
tmt_plan: '/plans/features/extended-unit-tests$'
# Test virtual & bootc provision plugins
- <<: *test-base
<<: *internal
<<: *require-full-tests
identifier: provision
tmt_plan: '/plans/provision/(bootc|virtual)'
tf_extra_params:
test:
tmt:
name: '/plans/features/extended-unit-tests$'
# Test virtual provision
- <<: *tests
use_internal_tf: True
targets: &internal-targets
- fedora-latest-stable
require: *require-full-tests
identifier: provision
tf_extra_params:
test:
tmt:
name: /plans/provision/(bootc|virtual)
environments:
- tmt:
context:
how: provision
<<: *tmt-cloud-resources
- &tmt-cloud-resources
settings:
provisioning:
tags:
BusinessUnit: tmt
# Test internal plugins
- <<: *test-base
<<: *internal
<<: *require-full-tests
- <<: *tests
use_internal_tf: True
targets: *internal-targets
require: *require-full-tests
identifier: internal-plugins
fmf_url: "https://gitlab.cee.redhat.com/baseos-qe/tmt.git"
# Tag cloud resources for tmt
tf_extra_params:
environments:
- *tmt-cloud-resources
# Test internal wow
- <<: *test-base
<<: *internal
<<: *require-full-tests
- <<: *tests
use_internal_tf: True
targets: *internal-targets
require: *require-full-tests
identifier: internal-wow
fmf_url: "https://gitlab.cee.redhat.com/baseos-qe/integration_scripts.git"
tmt_plan: '/tmt/integration/plan'
tmt_plan: "/tmt/integration/plan"
tf_extra_params:
environments:
- *tmt-cloud-resources
# Propose downstream pull requests
# Build commits to main
- <<: *copr_build
trigger: commit
branch: main
list_on_homepage: True
preserve_project: True
owner: "@teemtee"
project: tmt
release_suffix: "{PACKIT_PROJECT_BRANCH}"
actions:
<<: *base-actions
get-current-version:
# Get rid of the the final version digit to make copr
# builds older than the final release
- bash -c "hatch version | sed -E 's/\\.[0-9]+\\.dev/.dev/'"
# Release to copr
- <<: *copr_build
trigger: release
list_on_homepage: True
preserve_project: True
owner: "@teemtee"
project: tmt
actions: *base-actions
# Fedora releases
- job: propose_downstream
trigger: release
dist_git_branches: *all-targets
# Create koji builds
- job: koji_build
trigger: commit
allowed_pr_authors: ["packit", "all_committers"]
allowed_pr_authors: [ "packit", "psss", "lzachar" ]
allowed_committers: [ "packit", "psss", "lzachar" ]
dist_git_branches: *all-targets
# Create bodhi updates
- job: bodhi_update
trigger: commit
dist_git_branches:
-22
View File
@@ -1,22 +0,0 @@
From 2a29a77e110a49d8971b6374ef8c8a48be431157 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= <psplicha@redhat.com>
Date: Wed, 14 Aug 2024 15:19:26 +0200
Subject: [PATCH] Fix getting excluded variables from environment variable
---
tmt/steps/report/reportportal.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmt/steps/report/reportportal.py b/tmt/steps/report/reportportal.py
index bdd3f0d790..7c6418050e 100644
--- a/tmt/steps/report/reportportal.py
+++ b/tmt/steps/report/reportportal.py
@@ -140,7 +140,7 @@ class ReportReportPortalData(tmt.steps.report.ReportStepData):
exclude_variables: str = field(
option="--exclude-variables",
metavar="PATTERN",
- default=_str_env_to_default('defect_type', "^TMT_.*"),
+ default=_str_env_to_default('exclude_variables', "^TMT_.*"),
help="""
Regular expression for excluding environment variables
from reporting to ReportPortal ('^TMT_.*' used by default).
+1 -1
View File
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.6.0.post1.dev2+gd5a7662a.
The file was generated using packit 0.104.0.
+1 -1
View File
@@ -1 +1 @@
SHA512 (tmt-1.48.0.tar.gz) = af3ac73d2664a4d2f18904d0c384c99ee30594225eba80e0da2c6678fd770edd05bb07b2bc2bcb8abf9f86b4bda2bc751d54a44fdfe4b210cc2cd693fadd5af8
SHA512 (tmt-1.39.0.tar.gz) = 859707d9bb9378abd1fa266f215e204995c4d811f7ddff5dcc6e12a0ec0c511e01f91deac3a6284abb10aa12a8ef5a65c344265bb6169ec5ca929d9216fccbb8
+3 -36
View File
@@ -1,5 +1,5 @@
Name: tmt
Version: 1.48.0
Version: 1.39.0
Release: %autorelease
Summary: Test Management Tool
@@ -25,7 +25,6 @@ Obsoletes: tmt-report-reportportal < %{version}-%{release}
%endif
Recommends: bash-completion
Recommends: ansible-core
%py_provides python3-tmt
@@ -65,7 +64,7 @@ Obsoletes: tmt-provision-container < %{version}-%{release}
%endif
Requires: tmt == %{version}-%{release}
Requires: podman
Requires: ansible-collection-containers-podman
Requires: (ansible or ansible-collection-containers-podman)
%description -n tmt+provision-container %_metapackage_description
@@ -79,6 +78,7 @@ Requires: tmt == %{version}-%{release}
Requires: python3-testcloud >= 0.11.3
Requires: libvirt-daemon-config-network
Requires: openssh-clients
Requires: (ansible or ansible-core)
# Recommend qemu system emulators for supported arches
Recommends: qemu-kvm-core
%if 0%{?fedora}
@@ -169,36 +169,6 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/
%files -n tmt+all -f %{_pyproject_ghost_distinfo}
%changelog
* Fri May 09 2025 Packit <hello@packit.dev> - 1.48.0-1
- Update to version 1.48.0
* Thu Apr 24 2025 Packit <hello@packit.dev> - 1.47.0-1
- Update to version 1.47.0
* Wed Apr 09 2025 Packit <hello@packit.dev> - 1.46.0-1
- Update to version 1.46.0
* Wed Mar 26 2025 Packit <hello@packit.dev> - 1.45.0-1
- Update to version 1.45.0
* Wed Mar 12 2025 Packit <hello@packit.dev> - 1.44.0-1
- Update to version 1.44.0
* Tue Feb 25 2025 Packit <hello@packit.dev> - 1.43.0-1
- Update to version 1.43.0
* Fri Jan 31 2025 Packit <hello@packit.dev> - 1.42.1-1
- Update to version 1.42.1
* Mon Jan 27 2025 Packit <hello@packit.dev> - 1.41.1-1
- Update to version 1.41.1
* Tue Jan 14 2025 Packit <hello@packit.dev> - 1.41.0-1
- Update to version 1.41.0
* Thu Dec 12 2024 Packit <hello@packit.dev> - 1.40.0-1
- Update to version 1.40.0
* Fri Nov 22 2024 Packit <hello@packit.dev> - 1.39.0-1
- Update to version 1.39.0
@@ -214,9 +184,6 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/
* Thu Sep 05 2024 Packit <hello@packit.dev> - 1.36.0-1
- Update to version 1.36.0
* Wed Aug 14 2024 Petr Šplíchal <psplicha@redhat.com> - 1.35.0-2
- Backport upstream fix for excluded variables
* Fri Aug 09 2024 Packit <hello@packit.dev> - 1.35.0-1
- Update to version 1.35.0