diff options
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 57dc0f1a..4050236d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -252,7 +252,7 @@ node: '{my_node}' - defaults: - name: reproducible_other_projects_trigger_artifacts + name: reproducible_other_projects_artifacts disabled: false project-type: freestyle description: *desc @@ -324,8 +324,8 @@ name: '{name}_{otherproject_triggering}' - job-template: - defaults: reproducible_other_projects_trigger_artifacts - name: '{name}_{otherproject_triggering_artifacts}' + defaults: reproducible_other_projects_artifacts + name: '{name}_{otherproject_artifacts}' - job-template: defaults: reproducible_builder_trigger @@ -682,7 +682,7 @@ my_timed: '* * * * *' my_hname: '' - - '{name}_{otherproject_triggering_artifacts}': + - '{name}_{otherproject_artifacts}': otherproject_triggering: - 'lede': my_description: 'Rebuild LEDE (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' |