6991 Commits

Author SHA1 Message Date
8f97c9f36a
Restore old xpathsearch for fullhistory searches 2023-01-25 16:59:34 +01:00
466a5966e3
Use the 15.4 container 2023-01-25 14:18:32 +01:00
b9d0e32a54
Fixes for osc-1.x 2023-01-25 14:17:29 +01:00
Stephan Kulow
4d5b976b87
Merge pull request #2921 from dirkmueller/switch_dockerfile
Switch to 15.4, 15.3 has been deleted
2023-01-25 14:05:19 +01:00
3e9a25f14f
Switch to 15.4, 15.3 has been deleted 2023-01-25 14:04:49 +01:00
Fabian Vogt
c53e264aa2
Merge pull request #2894 from Vogtinator/stagingimages
gocd/rabbit-openqa.py: Always include flavor, name and machine in the check
2023-01-24 13:26:40 +01:00
Stephan Kulow
5f7806f1e0
Merge pull request #2912 from Vogtinator/eol15.3
Drop gocd pipelines for 15.3
2023-01-10 08:02:00 +01:00
Fabian Vogt
f305a76eaa Switch to ci-test.yml to actions/checkout@v3 and codecov/codecov-action@v3 2023-01-09 11:27:57 +01:00
Fabian Vogt
1308d780d3 Drop gocd pipelines for 15.3
15.3 went EOL by the end of 2022.
2023-01-09 10:57:26 +01:00
9011ec4b78
Merge pull request #2911 from lkocman/openh264
Scripts for manual release workflow of OpenH264
2023-01-05 18:55:58 +01:00
4cb2fd9461 consistency: remove .sh suffix from openh264_release_to_publish.sh 2023-01-05 16:24:30 +01:00
b2e26d442d add set -e to remaining openh264 scripts as well 2023-01-05 16:24:03 +01:00
42206982cf add set -e to not hide any failures 2023-01-05 15:41:53 +01:00
c2ae8ac14e add openh264 tools into CONTENTS.md 2023-01-05 12:32:45 +01:00
075f2a9720 reflect change in script name 2023-01-05 12:28:21 +01:00
54058ddfd7 fix date pattern %M->%m 2023-01-05 10:23:30 +01:00
a33d76d864 Add date into archive name
* Remove extra POST from proj name
  accidental takeover from spliting original script into two
2023-01-05 10:16:52 +01:00
08480dbc1a Spellcheck from cboltz 2023-01-05 09:29:43 +01:00
d9dbbd6887 Use api.opensuse.org instead 2023-01-04 18:14:12 +01:00
05e986e15e Scriptw for manual release workflow of OpenH264
* build -> :POST && send-email && wait for 3rd party data extraction -> :PUBLISH
 * Publish in :PUBLISH must not publish rpms only repodata
 * Details at https://en.opensuse.org/OpenH264
2023-01-04 18:01:48 +01:00
Stephan Kulow
b4e25496e4
Merge pull request #2910 from coolo/add_editorconfig_check
Validate that the files match the editor config
2023-01-03 11:08:38 +01:00
de1d94accb retab publish_distro
* retab with two spaces as identation according to .editorconfig
2023-01-02 19:46:05 +01:00
Stephan Kulow
693346c7db check_source_tests: Adopt expected error to latest changes 2023-01-02 19:44:28 +01:00
Stephan Kulow
4900ef7d02 metrics.py: Fix E741 ('l' may look like 'I') 2023-01-02 19:44:28 +01:00
Stephan Kulow
1e3883dc9f More fixes for editor config compliance 2023-01-02 19:44:28 +01:00
Stephan Kulow
32eac54470 gocd: Apply editorconfig standards 2023-01-02 19:44:28 +01:00
Stephan Kulow
f689243e27 publish_distro_conf: Apply editor config standards 2023-01-02 19:44:28 +01:00
Stephan Kulow
ae8dd7e25b Validate that the files match the editor config
I only learned about its existance due to pr 2906, so let's enforce it
2023-01-02 19:44:28 +01:00
Stephan Kulow
e49b44963f
Merge pull request #2909 from ggardet/15.3_eol
dashboard: remove 15.3 (EOL)
2023-01-02 14:35:24 +01:00
123c4961da dashboard: remove 15.3 (EOL) 2022-12-20 08:34:56 +01:00
Stephan Kulow
84941bd2b4
Merge pull request #2908 from fcrozat/alp
gocd: ensure timeout is set for packagelist generation
2022-12-16 12:20:09 +01:00
086d67b4ab gocd: ensure timeout is set for packagelist generation 2022-12-16 09:48:28 +01:00
82ee69459e
Merge pull request #2907 from DimStar77/legacyx86
dashboard: add openQA information to Legacy x86
2022-12-13 19:57:15 +01:00
9277983ff8
dashboard: add openQA information to Legacy x86 2022-12-12 17:59:29 +01:00
41dbcc8dc4
Merge pull request #2904 from DimStar77/legacyx86
More legacyX86 adjustments
2022-12-12 17:43:52 +01:00
5effc6398a
Merge pull request #2903 from lkocman/publish_delay
publish_distro add  --now to set PUBLISH_DELAY=0
2022-12-12 14:26:28 +01:00
97433c5f12 retab the line use spaces instead 2022-12-12 13:57:22 +01:00
d369232293
dashboard: Add LegacyX86 port and sort the list 2022-12-09 22:20:47 +01:00
7d40d8668e
staging_accept: update Factory version in LegacyX86 port on accept 2022-11-30 14:38:25 +01:00
Stephan Kulow
db5d69ffc6
Merge pull request #2901 from fcrozat/alp
gocd: SUSE:ALP:ARM doesn't exist
2022-11-30 10:50:01 +01:00
7edf9254dc publish_distro add --now to set PUBLISH_DELAY=0
* we have to set it to 0 avery single time
  when we're doing some debuging on pontifex
  and such approach leaves dirty checkout
2022-11-29 14:46:32 +01:00
Fabian Vogt
8ed5c06c44
Merge pull request #2902 from lkocman/155_appliances
Adjust 15.5 appliance patterns for publish_distro
2022-11-29 13:53:17 +01:00
Lubos Kocman
4f5364bd1a
Update publish_distro_conf/publish_leap155_appliances.config
Co-authored-by: Fabian Vogt <fabian@ritter-vogt.de>
2022-11-29 13:30:33 +01:00
bd3e47ed45 Limit flavors to just one
* correct pattern in get_iso as test run on empty dir exposed bug
* get rid of old comment referencing jeos after rename
2022-11-29 13:27:33 +01:00
625dfab0e3 Use correct Minimal-VM reference 2022-11-29 13:07:48 +01:00
b9cf1132f8 comment out 15.5 flavors that do not build yet
Blocks publishing of 15.5 appliances.
2022-11-29 12:48:15 +01:00
4cb023bc9b gocd: drop SUSE:ALP:ARM project from pkglistgen
SUSE:ALP:ARM project doesn't exist, don't try to run pkglistgen for it.
2022-11-29 07:38:41 +01:00
Stephan Kulow
1e849ffc71
Merge pull request #2900 from fcrozat/alp
add more subprojects to pkglistgen for ALP
2022-11-28 15:12:08 +01:00
cc868ed8e7 ignore more jar version of yaml validator 2022-11-28 14:16:42 +01:00
bde2b8abae gocd: add more subprojects to ALP pkglistgen 2022-11-28 14:16:19 +01:00