Commit Graph

4171 Commits

Author SHA1 Message Date
Stephan Kulow af1252ef3e pkglistgen: Support passing multiple scopes
For SLE I need -s target -s staging, but it only did the later - as
I didn't figure the concept of commandline :)
2018-08-01 15:46:50 +02:00
dimstar 27f0056e8d Merge pull request #1623 from nilxam/add_salt
Add salt packages to DVD for Staging tests
2018-07-27 14:14:54 +02:00
mlin7442 60514b4404 Add salt packages to DVD for Staging tests 2018-07-27 18:59:42 +08:00
Stephan Kulow 7920baacc7 Merge pull request #1609 from coolo/fix_pkglist
pkglistgen: remove default-support-status option
2018-07-20 09:59:59 +02:00
Stephan Kulow fb114a75d4 pkglistgen: Commit a summary.yml into 000product-summary if existant 2018-07-19 21:55:52 +02:00
Stephan Kulow 57fe0871dc pkglist: Review the proper package (000release-packages) 2018-07-19 21:55:52 +02:00
Stephan Kulow 9e23eab573 pkglistgen: allow to pass staging:a as scope 2018-07-19 21:55:50 +02:00
Stephan Kulow 715d94c01a pkglistgen: remove default-support-status option
The OUTPUT groups need to specify the status now or it will default to
unsupported (which should still be fine for leap/factory)
2018-07-19 21:55:14 +02:00
Stephan Kulow 9951b454fb Merge pull request #1620 from coolo/fix_repo_checker
repo_checker: Fix the review loop
2018-07-19 21:54:39 +02:00
Stephan Kulow c9030efc93 Merge pull request #1621 from jberry-suse/ci-python-dep-revert
Revert "dist/ci/Dockerfile: add python2-pyOpenSSL as dependency."
2018-07-19 16:07:18 +02:00
Jimmy Berry 61b055e46d Revert "dist/ci/Dockerfile: add python2-pyOpenSSL as dependency."
This reverts commit c3df950869.

Fixed upstream in openSUSE/osc#429.
2018-07-19 08:26:07 -05:00
Stephan Kulow 4f275a5af8 Move expanded_repos into staging api
and make pkglistgen and repo_checker use it. We will have more
cases in the future of tools requiring it :)
2018-07-19 09:14:30 +02:00
Stephan Kulow 94e2127dd8 repo_checker: Expand repositories of target project
For Factory, Leap and SLE15 it doesn't matter as they are self contained.
But for Service Packs we use layering, so we need to mirror and check them
too
2018-07-19 09:04:40 +02:00
Stephan Kulow 44f93dfa7c repo_checker: Fix the review loop
The break on openQA failures is a left over from 93ee829260
where we stopped the loop over subprojects. We don't want to break out of
the review loop on openQA failures
2018-07-19 08:44:59 +02:00
mlin7442 2f192f1240 Merge pull request #1619 from nilxam/sync_back_without_dvd
Obsoletes create_test_Factory_dvd-2.testcase
2018-07-18 17:39:21 +08:00
mlin7442 56b6fe1fa5 Obsoletes create_test_Factory_dvd-2.testcase 2018-07-18 17:01:31 +08:00
mlin7442 a83493bac2 Merge pull request #1618 from dirkmueller/master
Remove debug code accidentally part of #1615
2018-07-17 16:23:34 +08:00
dirkmueller 4f58794f8c Remove debug code accidentally part of #1615
Apparently accidentally did a commit --amend --all on last commit,
revert.
2018-07-17 10:03:00 +02:00
mlin7442 4ced4cef1c Merge pull request #1617 from nilxam/group_15_for_151
Fix openQA group for Leap 15.1
2018-07-17 16:00:12 +08:00
mlin7442 36e0a91daf Merge pull request #1616 from asdil12/sle12sp4_and_sle15sp1
Add support for SLE12SP4 and SLE15SP1
2018-07-17 15:59:56 +08:00
mlin7442 6d15a766cb Fix openQA group for Leap 15.1 2018-07-17 15:44:39 +08:00
mlin7442 35e7657e15 Merge pull request #1615 from dirkmueller/leap_151_arm
Add Leap 15.1 ARM support
2018-07-17 15:41:49 +08:00
Dominik Heidler 00d6eaa4b0 Add support for SLE12SP4 and SLE15SP1 2018-07-16 16:51:08 +02:00
dirkmueller d113e01bbb Add Leap 15.1 ARM support 2018-07-16 15:51:47 +02:00
Stephan Kulow d16163483a Merge pull request #1614 from coolo/fix_openqa_comments
Apply remote config in openqa-comments
2018-07-16 11:51:08 +02:00
mlin7442 2c59f5e27d Merge pull request #1613 from coolo/less_ring2
Remove more of :DVD subproject handling
2018-07-08 21:17:44 +08:00
Stephan Kulow e109b990e9 Apply remote config in openqa-comments 2018-07-06 12:41:57 +02:00
Stephan Kulow ae97da90e5 Remove more of :DVD subproject handling 2018-07-05 20:43:07 +02:00
Ludwig Nussel c561663314 Merge pull request #1610 from nilxam/no_more_subprojects_r2
Do not check subproject as the subproject method has been obsoleted
2018-07-05 11:29:49 +02:00
mlin7442 76c20501ab tests: remove all subproject related part 2018-07-05 17:01:37 +08:00
mlin7442 099166f2f4 openqa-comments: do not need to check subproject
subproject method has been obsoleted on dashboard
2018-07-05 16:34:19 +08:00
mlin7442 6a8062c071 check_command: subproject method is no longer exists in dashboard 2018-07-05 16:31:25 +08:00
Stephan Kulow 0b67025ac0 Merge pull request #1608 from nilxam/no_more_subprojects
stagingapi: subprojects method has been removed from dashboard
2018-07-05 10:06:00 +02:00
mlin7442 71763873e3 stagingapi: remove staging_walk() function
DVD subproject has been obsoleted, no need to check :DVD anymore.
2018-07-04 21:27:19 +08:00
mlin7442 93ee829260 stagingapi: remove project_status_walk() function
subprojects method has been removed from dashboard,
project_status_walk() is not needed anymore.
2018-07-04 21:24:24 +08:00
Ludwig Nussel 72eb7dc4fc Merge pull request #1603 from lnussel/backports
Add support for Backports
2018-07-03 17:11:01 +02:00
Ludwig Nussel a4eaf691a3 Merge pull request #1605 from coolo/fix_pkglist
pkglistgen: Fixes required for SP1
2018-07-03 17:10:31 +02:00
Stephan Kulow 29d6152fa4 pkglistgen: Don't crash on empty groups (unsorted is one) 2018-07-03 15:35:44 +02:00
Stephan Kulow 91a8b5dfa6 pkglistgen: Add --stop-after-solve option to ease debugging 2018-07-03 15:35:44 +02:00
Stephan Kulow c1177170d5 pkglistgen: Add --no-checkout option to accelerate reruns 2018-07-03 15:35:44 +02:00
Stephan Kulow 121cec768b pkglistgen: Calculate the repos list instead of hardcoding 2018-07-03 15:35:44 +02:00
Ludwig Nussel 9e59de4feb stagingapi: add support for Backports 2018-07-03 15:25:56 +02:00
Ludwig Nussel 29c4b6a210 Merge pull request #1412 from lnussel/deptool
Tool to debug dependencies
2018-07-03 15:23:42 +02:00
Stephan Kulow 3efedd4096 pkglistgen: drop ring 2 2018-07-03 14:10:10 +02:00
Ludwig Nussel 6bdf227553 stagingapi: apply default config first
by reinterpreting the fallback as default we can actually install
default values without having to touch all other sections
2018-06-29 13:07:05 +02:00
Ludwig Nussel 4355859082 Merge pull request #1604 from nilxam/no_ring2
No longer have Ring2 and staging :DVD subproject
2018-06-29 13:06:29 +02:00
mlin7442 30c32af1aa No longer have Ring2 and staging :DVD subproject 2018-06-29 18:29:47 +08:00
Ludwig Nussel 2ed2f4e0a5 Merge pull request #1595 from lnussel/leaper-sle
leaper: adjust for SLE 15SP1 and SLE12SP4
2018-06-29 10:30:59 +02:00
Ludwig Nussel 714dbbb0ec Merge pull request #1601 from jberry-suse/check_source-maintenance
check_source: handle maintenance incident workflow.
2018-06-29 10:30:47 +02:00
dimstar b29cbe4ae5 Merge pull request #1599 from Vogtinator/leap15-jeos
Update definitions for openSUSE:Leap:15.0:Images
2018-06-29 09:41:53 +02:00