Skip to content

Commit

Permalink
Merge pull request os-autoinst#5066 from Martchus/global-clone-settings
Browse files Browse the repository at this point in the history
openqa-clone-job: Apply group settings to all cloned jobs
  • Loading branch information
mergify[bot] committed Apr 13, 2023
2 parents a3baeed + 93cae45 commit d0e672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenQA/Script/CloneJob.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ our @EXPORT = qw(
post_jobs
);

use constant GLOBAL_SETTINGS => ('WORKER_CLASS');
use constant GLOBAL_SETTINGS => (qw(WORKER_CLASS _GROUP _GROUP_ID));

use constant JOB_SETTING_OVERRIDES => {
_GROUP => '_GROUP_ID',
Expand Down

0 comments on commit d0e672c

Please sign in to comment.