openSUSE / open-build-service

Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
https://openbuildservice.org
GNU General Public License v2.0
939 stars 441 forks source link

lengthy server side service runs although mode="disabled" or mode="localonly" is set #1963

Open Mailaender opened 8 years ago

Mailaender commented 8 years ago

https://build.opensuse.org/package/show/home:Mailaender:branches:devel:languages:lua/wxlua is affected. This is what the _service file looks like now:

<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">svn://svn.code.sf.net/p/wxlua/svn/trunk/wxLua</param>
    <param name="scm">svn</param>
    <param name="versionprefix">2.8.12.3</param>
    <param name="versionformat">r%r</param>
    <param name="filename">wxlua</param>
  </service>
  <service name="set_version" mode="disabled" />
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">bz2</param>
  </service>
</services>

It was set to mode="localonly" before, but it seems both settings are ignored.

image

bgeuken commented 8 years ago

We've checked the code, @mls actually did, and it we don't handle that flag yet.

The service related issues we've been seeing right now are caused by network issues.

bgeuken commented 8 years ago

Though we probably should honour the mode flag...

adrianschroeter commented 8 years ago

Actually we do already and I see also the "Skip" lines in the log.

The project got removed, do we have another example somewhere else?

Mailaender commented 8 years ago

To restore the test case branch https://build.opensuse.org/package/show/devel:languages:lua/wxlua and rename _disabled_service to _service.

mschnitzer commented 7 years ago

I didn't check deeper if this is really frontend related. Maybe I'm wrong. Feel free to adjust the label.