[obs-commits] [openSUSE/open-build-service] ecdaac: Don't let disabled projects/repos pass stagings as...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ecdaac813a0987658c81e4b4e0b352db29ea1e61 https://github.com/openSUSE/open-build-service/commit/ecdaac813a0987658c81e4... Author: Stephan Kulow <coolo@suse.de> Date: 2019-02-28 (Thu, 28 Feb 2019) Changed paths: M src/api/app/models/obs_factory/staging_project.rb M src/api/app/models/staging/staging_project.rb A src/api/spec/cassettes/Staging_StagingProject/_overall_state/with_disabled_repository/1_3_10_1.yml A src/api/spec/cassettes/Staging_StagingProject/_overall_state/with_disabled_repository/1_3_10_2.yml M src/api/spec/models/obs_factory/staging_project_spec.rb M src/api/spec/models/staging/staging_project_spec.rb Log Message: ----------- Don't let disabled projects/repos pass stagings as acceptable When osc crashes while selecting, sometimes we don't reenable the staging project and then it becomes acceptable - which is an error. We discussed this in the release manager round and there is no valid use case of having disabled repositories *and* wanting it to be acceptable. Mapping this to 'building' is obviously a little fake, but unacceptable sounds too harsh too. So in building stagings the RM will look from time to time to see what's taking so long and she would notice then. Commit: cfdb6a79d2f1a3ab93d2557478579808afc2cb4e https://github.com/openSUSE/open-build-service/commit/cfdb6a79d2f1a3ab93d255... Author: Stephan Kulow <stephan@kulow.org> Date: 2019-02-28 (Thu, 28 Feb 2019) Changed paths: M src/api/app/models/obs_factory/staging_project.rb M src/api/app/models/staging/staging_project.rb A src/api/spec/cassettes/Staging_StagingProject/_overall_state/with_disabled_repository/1_3_10_1.yml A src/api/spec/cassettes/Staging_StagingProject/_overall_state/with_disabled_repository/1_3_10_2.yml M src/api/spec/models/obs_factory/staging_project_spec.rb M src/api/spec/models/staging/staging_project_spec.rb Log Message: ----------- Merge pull request #7072 from coolo/dont_skip_disabled Don't let disabled projects/repos pass stagings as acceptable Compare: https://github.com/openSUSE/open-build-service/compare/983df2706396...cfdb6a...
participants (1)
-
Stephan Kulow