tmt hint 02: Under The Hood

2021-09-21 Thread Petr Šplíchal
Hi! Based on the feedback from users we've put together the second chapter of the Test Management Tool guide: Let's together dive a little bit more and look Under The Hood [0] of tmt to see how plans, tests and stories work together on a couple of examples: Plans [1] are used to enable testing an

tmt hint 01

2021-04-14 Thread Petr Šplíchal
Hi! After the initial hint [1] describing the very first steps with tmt let's have a look at the available test execution options. The following user story was at the very beginning of tmt: As a tester or developer, I want to easily run tests in my preferred environment. Do you want to s

tmt hint 00

2021-03-11 Thread Petr Šplíchal
Hi! For those who still haven't heard: tmt [1] is now fully supported in Packit [2], Fedora CI [3] and the RHEL CI. This means it is possible to use the same concise and consistent config to enable tests across all of them, more easily open source tests, share test coverage across releases and run

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Petr Šplíchal
On Wed, 3 Feb 2021 at 17:42, Petr Lautrbach wrote: > Petr Lautrbach writes: > > > Kevin Fenzi writes: > > > >> Greetings everyone. > >> > >> We finally have everything in place and hopefully tested to make the > >> switch tomorrow from master to rawhide/main branches for > >> src.fedoraproject.

Re: Package downgrades from f32 -> f33 (categorized list inside)

2020-08-26 Thread Petr Šplíchal
Hi! > # Packages not included in mass rebuild? > > - tmt is newer in 32 than in 33: > 0:0.20-1.fc32 > 0:0.19-1.fc33 Recently I was unable to build a fresh tmt package for rawhide because of a missing build dependency: https://koji.fedoraproject.org/koji/taskinfo?taskID=48098490 https:/

Re: As a developer I want to easily execute/enable tests

2020-07-23 Thread Petr Šplíchal
Hi Dominik, Thank you for your questions. See my comments inline. On Thu, 23 Jul 2020 at 14:39, Dominik 'Rathann' Mierzejewski wrote: > > On Wednesday, 22 July 2020 at 14:49, Petr Šplíchal wrote: > > Hi! > > > > I am writing today to share a proposal for how w

As a developer I want to easily execute/enable tests

2020-07-22 Thread Petr Šplíchal
Hi! I am writing today to share a proposal for how we can make it easier to enable tests in Fedora CI. We've heard the user story mentioned in the subject many times. Fedora developers have frequently mentioned the difficulties which they face with enabling tests in Fedora CI. Some people don't u

tmt, a tool for testing

2019-10-14 Thread Petr Šplíchal
Hi! With a couple of qe & devel guys who are involved in the CI effort we've started work on creating tmt, a tool for testing. Why? We've got a bunch of dreams [1] and we would like to: * run, debug and develop tests in much more comfortable way [2] * open source more tests and run them closer to

Re: Running a test from dist-git

2018-10-15 Thread Petr Šplíchal
On Thu, 11 Oct 2018 at 09:49, Richard W.M. Jones wrote: > > On Wed, Oct 10, 2018 at 11:26:01PM +0200, Miroslav Vadkerti wrote: > > Hi, > > > > sorry for the late response :( > > > > On Tue, Oct 2, 2018 at 9:42 AM Richard W.M. Jones wrote: > > > > > On Mon, Oct 01, 2018 at 11:26:59AM +0200, Mirosl

Re: Consistent CI Messages

2018-08-23 Thread Petr Šplíchal
On Tue, 21 Aug 2018 at 15:22, Jeremy Cline wrote: > > Hi Petr, > > On 08/21/2018 11:50 AM, Petr Šplíchal wrote: > > Hi, > > > > as part of bringing upstream and downstream workflows related to > > testing one more step closer together and allow easier automati

Consistent CI Messages

2018-08-21 Thread Petr Šplíchal
Hi, as part of bringing upstream and downstream workflows related to testing one more step closer together and allow easier automation tools development and sharing between Fedora, Red Hat Enterprise Linux and other products, the CI team is proposing to use a consistent format for the CI related m

Flexible Metadata Format: Define Essential Attributes

2018-04-16 Thread Petr Šplíchal
oject.org/tests/selinux/pull-request/1 [2] http://fmf.readthedocs.io/en/latest/examples.html#setups [3] https://fedoraproject.org/wiki/CI/Metadata On 23 January 2018 at 09:18, Petr Šplíchal wrote: > Hi, > > simple proof of concept is ready for experimenting: > > https://

Re: New "tests" namespace to share test code

2018-03-13 Thread Petr Šplíchal
roject.org/wiki/CI/Standard_Test_Interface [2] https://fedoraproject.org/wiki/CI/Share_Test_Code psss... On 1 March 2018 at 18:06, Honza Horak wrote: > On 03/01/2018 04:00 PM, Petr Šplíchal wrote: >>>> >>>> To sum up what I've heard so far from the developer side

Re: New "tests" namespace to share test code

2018-03-01 Thread Petr Šplíchal
>> To sum up what I've heard so far from the developer side: >> >> * I would like to enable tests for my component (yes, I want) >> * I will take care of them (really, I see the benefit in CI) >> * I want to easily collaborate on tests with qe (direct commits) >> * I don't want to give qe commit ac

Re: New "tests" namespace to share test code

2018-03-01 Thread Petr Šplíchal
> > > My worries are basically that this mechanism is hiding the > > > tests from the package maintainers. It splits the concerns > > > between people maintaining the artifacts and people > > > maintaining the tests, which is exactly what the original > > > plan to bring CI was *not* about. > > > >

Re: New "tests" namespace to share test code

2018-02-23 Thread Petr Šplíchal
On 22 February 2018 at 15:50, Pierre-Yves Chibon wrote: > On Wed, Feb 14, 2018 at 05:28:20PM +0100, Petr Šplíchal wrote: >> Hi! >> >> During the last days there have been concerns raised regarding >> what is an appropriate content for the tests namespace. [1] My >

Re: New "tests" namespace to share test code

2018-02-15 Thread Petr Šplíchal
On 14 February 2018 at 18:18, Adam Williamson wrote: > On Wed, 2018-02-14 at 17:28 +0100, Petr Šplíchal wrote: >> Hi! >> >> During the last days there have been concerns raised regarding >> what is an appropriate content for the tests namespace. [1] My >> original

Re: New "tests" namespace to share test code

2018-02-14 Thread Petr Šplíchal
Hi! During the last days there have been concerns raised regarding what is an appropriate content for the tests namespace. [1] My original idea was to enable sharing tests even across branches of the same component, not only for tests to be used by completely different packages. The initial exampl

Re: Flexible Metadata Format

2018-01-23 Thread Petr Šplíchal
Hi, simple proof of concept is ready for experimenting: https://github.com/psss/fmf http://fmf.readthedocs.io/ Looking for the first impressions & feedback. Thanks. psss... On 8 January 2018 at 15:49, Petr Splichal wrote: > Hi! > > In order to keep test execution efficient when numbe

Re: Attempting to contact unresponsive maintainers - gabbayo and psss

2016-06-02 Thread Petr Šplíchal
Hi! 2016-06-02 13:35 GMT+02:00 David Kutalek : > > Hi, > > wrt psss - former email: pspli...@redhat.com: > > Afaik: > - he would like to continue with did (with other e-mail address) Yes, I'm taking did as my personal hobby project and will continue with the development. Ondřej Pták offered help