6468 Commits

Author SHA1 Message Date
Ancor Gonzalez Sosa
40653d6ba4 Remove redundant information from processes.md 2021-09-22 14:48:49 +02:00
Ancor Gonzalez Sosa
62c2569997 Clarify status and deployment of check_source_in_factory 2021-09-21 15:31:45 +02:00
Ancor Gonzalez Sosa
81fc603667 Delete scan_baselibs.py 2021-09-21 15:31:45 +02:00
Ancor Gonzalez Sosa
8745a6ce6b Delete obs_clone.py
It's not fully working and likely nobody is using it anyways
2021-09-21 15:31:45 +02:00
Ancor Gonzalez Sosa
afd1fb6c67 Delete unmaintained.py 2021-09-21 15:31:45 +02:00
Ancor Gonzalez Sosa
c10ef71528 Delete sync-rebuild.py
Its functionality was already merged to the accept command
2021-09-21 15:31:39 +02:00
Ancor Gonzalez Sosa
a9d6db325f Delete leaper, update_crawler and manager_42 2021-09-21 15:30:48 +02:00
Ancor Gonzalez Sosa
6ba0d6f1e0 Delete status.py 2021-09-21 15:27:20 +02:00
Stephan Kulow
009ead7be3
Merge pull request #2643 from coolo/fix_e265
Remove E265 from flake ignore list
2021-09-21 15:26:45 +02:00
Stephan Kulow
f7d3e22bfe
Merge pull request #2644 from coolo/use_153
Make use of the 15.3 miniobs container
2021-09-21 15:26:31 +02:00
Stephan Kulow
8b13dffe50 Remove E265 from flake ignore list 2021-09-21 14:52:46 +02:00
Stephan Kulow
9fa0b78b51
Merge pull request #2642 from coolo/fix_weakremovers
Fix weakremovers
2021-09-21 14:51:19 +02:00
Stephan Kulow
a3e5ce7e2d Make use of the 15.3 miniobs container 2021-09-21 14:41:43 +02:00
Stephan Kulow
22ab5cbac3
Merge pull request #2641 from coolo/use_153
miniobs: Use 15.3 repos - 15.1 is EOL
2021-09-21 14:40:25 +02:00
Stephan Kulow
a8f7146baf Remove E713 offense from flaker 2021-09-21 14:20:08 +02:00
Stephan Kulow
de699c125e pkglistgen: Accept i686 as well 2021-09-21 13:54:10 +02:00
Stephan Kulow
ad7e5f960e pkglistgen: replace if not a in with if a not in 2021-09-21 13:53:22 +02:00
Stephan Kulow
35eeb2af2b pkglistgen: Fix architecture handling of weakremovers
15.3 introduced something unexpected: aarch64, ppc64le and s390x are part
of the repos - and all architectures that aren't native to openSUSE:Factory
are considered to bear dropped packages, e.g. *all of them*

On top of that the setdefault using the same hash caused packages to come
and go for repos, creating unstable output
2021-09-21 12:29:12 +02:00
Stephan Kulow
b1bcbf7399 miniobs: Use 15.3 repos - 15.1 is EOL 2021-09-21 10:54:29 +02:00
Stephan Kulow
8b3ef04679 gocd: Use python3 -u for pkglistgen
osc outputs the checkout to stdout while all other debug messages are on
stderr, so creating a confusion in the log. So don't buffer stdout
2021-09-21 10:39:08 +02:00
Ancor Gonzalez Sosa
e1eef928bd
Merge pull request #2638 from ancorgs/sle-submit-test
Test to showcase a submit request to SLE
2021-09-20 11:40:45 +02:00
Ancor Gonzalez Sosa
e1e0142fd3 Link the new testcase from processes.md 2021-09-20 10:55:26 +02:00
Ancor Gonzalez Sosa
6540e8baad Test to showcase a submit request to SLE 2021-09-16 16:47:09 +02:00
Fabian Vogt
1cb39a1835
Merge pull request #2639 from Vogtinator/rabbit-ignore-vrs
rabbit-openqa.py: Ignore PR verification runs with / in BUILD
2021-09-16 16:29:36 +02:00
Fabian Vogt
86ff0a5047 rabbit-openqa.py: Ignore PR verification runs with / in BUILD
Those tests shouldn't influence staging results.
2021-09-16 16:13:34 +02:00
Ancor Gonzalez Sosa
57abe5728b
Merge pull request #2626 from ancorgs/obslocal_refactor
Small OBSLocal refactoring
2021-09-16 15:32:49 +02:00
Ancor Gonzalez Sosa
2213e2c89c Fix typo in documentation 2021-09-16 14:59:11 +02:00
Ancor Gonzalez Sosa
3d466b2b19 OBSLocal: functions to easily manage several review bots 2021-09-15 15:55:16 +02:00
Ancor Gonzalez Sosa
c9ff2171c3 OBSLocal: rename assertReviewBot to assertReviewScript
The function fully relies on the content of the script attribute and all other
functions that do so contain "script" in the name instead of "bot".
2021-09-15 15:08:11 +02:00
Ancor Gonzalez Sosa
8c1cac7d76 OBSLocal: improve documentation about scripts and asserts 2021-09-15 15:07:41 +02:00
Steve Kowalik
83200f5677 Remove devel package and make check target
The devel package and the make check target are now dead code, with the
testsuite requiring other setup, which means using make is not going to
help.
2021-09-15 16:24:43 +10:00
Stephan Kulow
b25b3f35a1
Merge pull request #2631 from gyr/qr-setup
Add pipeline to setup QR home project
2021-09-14 07:37:37 +02:00
c3457b4372 Add pipeline to setup QR home project 2021-09-13 16:04:58 -03:00
Gustavo Yokoyama Ribeiro
f61b2e7977
Merge pull request #2635 from fcrozat/fcrozat
gocd: rename SLE_BCI to SLE_BCI_15SP3 and add SP4 flavor
2021-09-13 09:55:43 -03:00
d538ed4294 gocd: rename SLE_BCI to SLE_BCI_15SP3 and add SP4 flavor 2021-09-13 13:56:58 +02:00
Josef Reidinger
877432d24a
Merge pull request #2630 from openSUSE/test_fixes
fix deprecation warning
2021-09-10 20:52:33 +02:00
Ancor Gonzalez Sosa
d31398e85a OBSLocal: small reorganization 2021-09-09 20:58:26 +02:00
Ancor Gonzalez Sosa
7f377f082f Extract useful stuff to a base OBSLocal.StagingWorkflow class 2021-09-09 20:58:26 +02:00
Ancor Gonzalez Sosa
ca3eb87931 OBSLocal: clarify some aspects of attributes management 2021-09-09 20:58:17 +02:00
Ancor Gonzalez Sosa
8864e9ccee Rename test file to ensure it is executed in CI 2021-09-09 15:07:34 +02:00
Ancor Gonzalez Sosa
28c771927a Rename OBSLocal.StagingWorkflow to OBSLocal.FactoryWorkflow 2021-09-09 15:07:34 +02:00
José Iván López
d2e3c9d2c1
Merge pull request #2633 from joseivanlopez/clean-attrs
Remove attributes in tests
2021-09-07 14:58:46 +01:00
José Iván López González
3db6e4b528 Add some comments 2021-09-07 13:17:04 +01:00
José Iván López González
c74900f3b9 Create ProductVersion attribute 2021-09-07 13:17:04 +01:00
José Iván López González
352ce10c24 Remove attributes when destroying a workflow 2021-09-07 13:16:57 +01:00
d07908c488
Merge pull request #2634 from nilxam/move_extra_osrt
skippkg-finder: move extra packages to the OSRT attribute
2021-09-07 17:32:34 +08:00
f05d711988 skippkg-finder: move extra packages to the OSRT attribute
The extra packages are packages should be skipped in ftp-tree but we
won't for some reasons, packagelist is not fixed depend on package
status in SLE side, move the list to OSRT attribute avoiding modify this
list so often.
2021-09-07 16:41:10 +08:00
José Iván López
2f7e249948
Merge pull request #2629 from joseivanlopez/doc-rings
Add rings documentation
2021-09-06 13:20:07 +01:00
José Iván López González
a46b9f4505 Improve text 2021-09-06 12:51:01 +01:00
José Iván López González
d54ef917bb Add line breaks 2021-09-06 12:47:51 +01:00