[openSUSE/open-build-service] 30491f: [backend] do dodfetch/dodcheck even if download_on...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 30491f6fa392d0ff161b4aeb6e0ebbf57509d40e https://github.com/openSUSE/open-build-service/commit/30491f6fa392d0ff161b4a... Author: Michael Schroeder <mls@suse.de> Date: 2021-02-26 (Fri, 26 Feb 2021) Changed paths: M src/backend/BSSched/BuildJob.pm M src/backend/BSSched/BuildJob/Docker.pm M src/backend/BSSched/BuildJob/KiwiImage.pm M src/backend/BSSched/BuildJob/KiwiProduct.pm M src/backend/bs_sched Log Message: ----------- [backend] do dodfetch/dodcheck even if download_on_demand is not enabled A download on demand repo can be on another partition or even on a remote instance. So we need to always do the dodcheck so that all needed dod binaries are available if a build job is created. Otherwise the workers do the dod fetching which leads to the getbinaryversion calls blocking everything else. Commit: a5c1b163fe6b77625df80e265645a3bb215d4305 https://github.com/openSUSE/open-build-service/commit/a5c1b163fe6b77625df80e... Author: Adrian Schröter <adrian@suse.de> Date: 2021-02-26 (Fri, 26 Feb 2021) Changed paths: M src/backend/BSSched/BuildJob.pm M src/backend/BSSched/BuildJob/Docker.pm M src/backend/BSSched/BuildJob/KiwiImage.pm M src/backend/BSSched/BuildJob/KiwiProduct.pm M src/backend/bs_sched Log Message: ----------- Merge pull request #10819 from mlschroe/master Do dodfetch/dodcheck even if download_on_demand is not enabled Compare: https://github.com/openSUSE/open-build-service/compare/f413a0066144...a5c1b1...
participants (1)
-
Adrian Schröter