Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80fd6e76b4 | |||
| cb4719dcb2 | |||
| 27098840ef | |||
| eacc504776 | |||
| b4ea903288 | |||
| 9fcf30f972 | |||
| c4a8ae1a37 | |||
| 59847a51cd | |||
| 0aff19d8c3 | |||
| c82cc3d15e | |||
| d0b2c6e155 | |||
| e8355dbba7 | |||
| afcb52befc | |||
| 1bd28bcc5c | |||
| 3de70c8c61 | |||
| 9898fb0ded | |||
| 06b738cff7 | |||
| 59f1e6dccc | |||
| dfde0fc9e8 | |||
| cb08d97cbc | |||
| 4cc17a1e98 |
+10
@@ -53,3 +53,13 @@
|
||||
/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
|
||||
|
||||
+110
-110
@@ -28,142 +28,142 @@ targets: &all-targets
|
||||
# Uncomment below line if OpenScanHub scans are failing
|
||||
# osh_diff_scan_after_copr_build: false
|
||||
|
||||
jobs:
|
||||
# Build pull requests
|
||||
- &copr_build
|
||||
job: copr_build
|
||||
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/'"
|
||||
|
||||
# Test core
|
||||
- &tests
|
||||
# Common definitions
|
||||
_:
|
||||
# Copr jobs under the packit project
|
||||
- &copr-under-packit
|
||||
job: copr_build
|
||||
additional_repos:
|
||||
- copr://@teemtee/stable
|
||||
|
||||
# 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
|
||||
job: tests
|
||||
trigger: pull_request
|
||||
targets: &latest-targets
|
||||
- fedora-latest-stable
|
||||
- epel-9
|
||||
identifier: core
|
||||
tf_extra_params:
|
||||
test:
|
||||
tmt:
|
||||
name: /plans/features/(core|basic)
|
||||
|
||||
# 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
|
||||
identifier: full
|
||||
tf_extra_params:
|
||||
test:
|
||||
tmt:
|
||||
name: '^(?!/plans/features/extended-unit-tests).*$'
|
||||
|
||||
# Extended unit tests
|
||||
- <<: *tests
|
||||
targets: [ fedora-latest-stable ]
|
||||
require: *require-full-tests
|
||||
identifier: extended-unit-tests
|
||||
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
|
||||
- &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:
|
||||
- fedora-latest-stable
|
||||
tf_extra_params:
|
||||
environments:
|
||||
- &tmt-cloud-resources
|
||||
<<: *copr-teemtee-stable
|
||||
settings:
|
||||
provisioning:
|
||||
tags:
|
||||
BusinessUnit: tmt
|
||||
|
||||
# Test internal plugins
|
||||
- <<: *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
|
||||
# Full test requires
|
||||
- &require-full-tests
|
||||
require:
|
||||
label:
|
||||
present:
|
||||
- ci | full test
|
||||
absent:
|
||||
- status | discuss
|
||||
|
||||
# Test internal wow
|
||||
- <<: *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"
|
||||
tf_extra_params:
|
||||
environments:
|
||||
- *tmt-cloud-resources
|
||||
|
||||
# Build commits to main
|
||||
- <<: *copr_build
|
||||
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
|
||||
list_on_homepage: True
|
||||
preserve_project: True
|
||||
owner: "@teemtee"
|
||||
project: tmt
|
||||
project: latest
|
||||
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
|
||||
# Build pull requests
|
||||
- <<: *copr-under-packit
|
||||
trigger: pull_request
|
||||
|
||||
# Fedora releases
|
||||
# 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).*$'
|
||||
|
||||
# Extended unit tests
|
||||
- <<: *test-base
|
||||
<<: *require-full-tests
|
||||
targets: [ fedora-latest-stable ]
|
||||
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:
|
||||
environments:
|
||||
- tmt:
|
||||
context:
|
||||
how: provision
|
||||
<<: *tmt-cloud-resources
|
||||
|
||||
# Test internal plugins
|
||||
- <<: *test-base
|
||||
<<: *internal
|
||||
<<: *require-full-tests
|
||||
identifier: internal-plugins
|
||||
fmf_url: "https://gitlab.cee.redhat.com/baseos-qe/tmt.git"
|
||||
|
||||
# Test internal wow
|
||||
- <<: *test-base
|
||||
<<: *internal
|
||||
<<: *require-full-tests
|
||||
identifier: internal-wow
|
||||
fmf_url: "https://gitlab.cee.redhat.com/baseos-qe/integration_scripts.git"
|
||||
tmt_plan: '/tmt/integration/plan'
|
||||
|
||||
# Propose downstream pull requests
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches: *all-targets
|
||||
|
||||
# Create koji builds
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_pr_authors: [ "packit", "psss", "lzachar" ]
|
||||
allowed_committers: [ "packit", "psss", "lzachar" ]
|
||||
allowed_pr_authors: ["packit", "all_committers"]
|
||||
dist_git_branches: *all-targets
|
||||
|
||||
# Create bodhi updates
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
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
@@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.104.0.
|
||||
The file was generated using packit 1.6.0.post1.dev2+gd5a7662a.
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (tmt-1.39.0.tar.gz) = 859707d9bb9378abd1fa266f215e204995c4d811f7ddff5dcc6e12a0ec0c511e01f91deac3a6284abb10aa12a8ef5a65c344265bb6169ec5ca929d9216fccbb8
|
||||
SHA512 (tmt-1.48.0.tar.gz) = af3ac73d2664a4d2f18904d0c384c99ee30594225eba80e0da2c6678fd770edd05bb07b2bc2bcb8abf9f86b4bda2bc751d54a44fdfe4b210cc2cd693fadd5af8
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: tmt
|
||||
Version: 1.39.0
|
||||
Version: 1.48.0
|
||||
Release: %autorelease
|
||||
Summary: Test Management Tool
|
||||
|
||||
@@ -25,6 +25,7 @@ Obsoletes: tmt-report-reportportal < %{version}-%{release}
|
||||
%endif
|
||||
|
||||
Recommends: bash-completion
|
||||
Recommends: ansible-core
|
||||
|
||||
%py_provides python3-tmt
|
||||
|
||||
@@ -64,7 +65,7 @@ Obsoletes: tmt-provision-container < %{version}-%{release}
|
||||
%endif
|
||||
Requires: tmt == %{version}-%{release}
|
||||
Requires: podman
|
||||
Requires: (ansible or ansible-collection-containers-podman)
|
||||
Requires: ansible-collection-containers-podman
|
||||
|
||||
%description -n tmt+provision-container %_metapackage_description
|
||||
|
||||
@@ -78,7 +79,6 @@ 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,6 +169,36 @@ 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
|
||||
|
||||
@@ -184,6 +214,9 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user