Skip to content
Snippets Groups Projects
Commit 8743e622 authored by Lorenz Hüdepohl's avatar Lorenz Hüdepohl
Browse files

For unknown reasons, this is now necessary

Otherwise, the sub-projects have both hostlabels as constraints. Was not
enforced like this before 2021-10-29. But now something triggered this,
possibly it was always ment to be like this? Only thing that happened
today was an OOM initiated kill of bs_sched on obs-backend, that maybe
re-read information that was stale for a long time.

Oh well...
parent 6064f243
No related branches found
No related tags found
No related merge requests found
Pipeline #114024 passed
......@@ -47,7 +47,9 @@ def do_mpcdf_setup_software_project(self, subcmd, opts, *args):
prjconf_tail = "".join(prjconf[end + 1:])
prjconf = [start_marker]
prjconf.append('%if "%_project" == "software"')
prjconf.append("Constraint: hostlabel sandybridge")
prjconf.append("%endif")
prjconf.append("")
prjconf.append(r"PublishFilter: ^.*\.src\.rpm$")
prjconf.append("")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment