Re: [OS-BUILD PATCHv8 0/3] redhat/Makefile: fix and clean up some of the logic

2024-01-26 Thread via Email Bridge
From: Ondrej Mosnáček on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2892#note_1746180214

OK, I missed that `create-data.sh` runs the `make setup-source` multiple times
in parallel (and I failed to test it with `-j`). Here is a second take that
should address that problem: !2913
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv8 0/3] redhat/Makefile: fix and clean up some of the logic

2024-01-26 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2892#note_1746082497

https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-internal-pipelines/cki-
trusted-contributors/-/jobs/6016814624 is one example. Basically the self-test
script creates the data files to test. With this change the script calls 'make
setup-source' which now depends on 'make clean-sources' which deletes anything
created (the data files to test).
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv8 0/3] redhat/Makefile: fix and clean up some of the logic

2024-01-26 Thread via Email Bridge
From: Ondrej Mosnáček on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2892#note_1746039228

That's unfortunate :/ Can you point me to a specific pipeline that failed?
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv8 0/3] redhat/Makefile: fix and clean up some of the logic

2024-01-26 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2892#note_1745969503

This had to be reverted. It turns out that fixing this race put a new race in
which caused CKI to fail more often than not.
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv8 0/3] redhat/Makefile: fix and clean up some of the logic

2024-01-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2892#note_1740140262

In case it isn't obvious :) well done @omos :)
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv8 0/3] redhat/Makefile: fix and clean up some of the logic

2024-01-23 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2892#note_1738665872

hopefully this makes it easier to limits regenerating a duplicate tarball
because they are in redhat/, not that they are slow to generate.  We do
similar things for TARBALL as that takes much longer.
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv8 0/3] redhat/Makefile: fix and clean up some of the logic

2024-01-23 Thread via Email Bridge
From: Ondrej Mosnáček on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2892#note_1738452500

Yes, without that the `$(KABI_TARBALL)` and `$(KABIDW_TARBALL)` targets would
race with `dist-clean-sources` which could delete them after they have been
created.
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv8 0/3] redhat/Makefile: fix and clean up some of the logic

2024-01-23 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2892#note_1738436678

I approve of the cleanup but I'm not sure I like the idea of moving the
KABI tarballs from SOURCES to /redhat.  Was there a compelling reason to
move them?
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCHv8 0/3] redhat/Makefile: fix and clean up some of the logic

2024-01-22 Thread via Email Bridge
From: Ondrej Mosnáček on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2892

(see individual commits for explanation)

Signed-off-by: Ondrej Mosnacek 

---
 redhat/self-test/data/centos-2585cf9dfaad.el7  |   4 ++--
 redhat/self-test/data/centos-2585cf9dfaad.fc25 |   4 ++--
 redhat/self-test/data/centos-78e36f3b0dae.el7  |   4 ++--
 redhat/self-test/data/centos-78e36f3b0dae.fc25 |   4 ++--
 redhat/self-test/data/centos-df0cc57e057f.el7  |   4 ++--
 redhat/self-test/data/centos-df0cc57e057f.fc25 |   4 ++--
 redhat/self-test/data/centos-fce15c45d3fb.el7  |   4 ++--
 redhat/self-test/data/centos-fce15c45d3fb.fc25 |   4 ++--
 redhat/self-test/data/create-data.sh   |   2 +-
 redhat/self-test/data/fedora-2585cf9dfaad.el7  |   4 ++--
 redhat/self-test/data/fedora-2585cf9dfaad.fc25 |   4 ++--
 redhat/self-test/data/fedora-78e36f3b0dae.el7  |   4 ++--
 redhat/self-test/data/fedora-78e36f3b0dae.fc25 |   4 ++--
 redhat/self-test/data/fedora-df0cc57e057f.el7  |   4 ++--
 redhat/self-test/data/fedora-df0cc57e057f.fc25 |   4 ++--
 redhat/self-test/data/fedora-fce15c45d3fb.el7  |   4 ++--
 redhat/self-test/data/fedora-fce15c45d3fb.fc25 |   4 ++--
 redhat/self-test/data/rhel-2585cf9dfaad.el7|   4 ++--
 redhat/self-test/data/rhel-2585cf9dfaad.fc25   |   4 ++--
 redhat/self-test/data/rhel-78e36f3b0dae.el7|   4 ++--
 redhat/self-test/data/rhel-78e36f3b0dae.fc25   |   4 ++--
 redhat/self-test/data/rhel-df0cc57e057f.el7|   4 ++--
 redhat/self-test/data/rhel-df0cc57e057f.fc25   |   4 ++--
 redhat/self-test/data/rhel-fce15c45d3fb.el7|   4 ++--
 redhat/self-test/data/rhel-fce15c45d3fb.fc25   |   4 ++--
 redhat/Makefile|  26 +-
 26 files changed, 62 insertions(+), 62 deletions(-)
--
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue