18 Commits

Author SHA1 Message Date
da87dbc682
Switch to Leap 15.5 2023-06-15 16:43:53 +02:00
466a5966e3
Use the 15.4 container 2023-01-25 14:18:32 +01:00
Stephan Kulow
1e3883dc9f More fixes for editor config compliance 2023-01-02 19:44:28 +01:00
38b9f2def0
ci: Adjust path to memcached as done in the package 2022-11-24 14:15:12 +01:00
Stephan Kulow
0457bad967 dist: Enable the ability to run services in miniobs
I went for recompress and format_spec_file - all other services will
result in broken packages
2022-03-24 10:13:46 +01:00
Stephan Kulow
9e3c0f19e9 CI: adapt miniobs to use the ruby OBS was built with (3.1) 2022-03-17 11:41:54 +01:00
Stephan Kulow
c412dada22 CI: Split the tests in multiple runs
A test run of 40 minutes is just too much to wait for. So tag the long
running jobs to run in a special run
2022-03-07 18:48:43 +01:00
Stephan Kulow
d0cf0d4501 CI: Run Tumbleweed container as priveleged in docker
This avoids the syscall filter breaking with new glibc
2021-09-30 10:29:35 +02:00
Stephan Kulow
a3e5ce7e2d Make use of the 15.3 miniobs container 2021-09-21 14:41:43 +02:00
Imobach González Sosa
d0220d2918
Allow adjusting the exposed OBS port in Docker Compose 2021-07-02 08:37:46 +01:00
Imobach González Sosa
88b476919c
[CI] Expose port 3000 of the api service 2021-07-01 15:58:10 +01:00
Stephan Kulow
5cba9ae5b2 Run delayed job in the api container
accepting is a delayed job, so it needs to run in some queue
2019-11-20 16:10:30 +01:00
Stephan Kulow
9b035e3e8c Start searchd in api container
Since https://github.com/openSUSE/open-build-service/pull/8558 OBS Api
now requires a searchd for creating projects, previously it was only
required for searching in the webui
2019-11-04 11:59:33 +01:00
Stephan Kulow
0cb54b8be0 Add a dummy user/password to the openSUSE:Factory section
See https://github.com/openSUSE/osc/issues/667 - we might want to remove
the feature to override settings locally this way and stop mangling with
osc's config file
2019-11-04 11:59:33 +01:00
Stephan Kulow
0bb1be46b3 Add little SMTP server that does not send mails for testing
Not yet used, but hopefully will be useful for fully testing build fail
reminder
2019-09-03 19:43:15 +02:00
Stephan Kulow
c976a46113 Switch miniobs to use 15.1 2019-05-18 18:06:56 +02:00
Stephan Kulow
106ef6ae69 Run flake8 from Tumbleweed 2019-05-06 23:13:27 +02:00
Stephan Kulow
8ba4e2fb84 Run the nosetests in a tumbleweed container instead of travis environment
The docker-compose file starts an OBS instance (on 15.0 atm) and runs
the test suite in a test container (tumbleweed), so all tests run in
an isolated environment accessing OBS at api:3000
2019-05-04 15:44:39 +02:00