OPENDEV: Update jobs to track all OpenDev branches
[infra/cicd.git] / jjb / opendev / global-templates-opendev-rebase-test.yaml
diff --git a/jjb/opendev/global-templates-opendev-rebase-test.yaml b/jjb/opendev/global-templates-opendev-rebase-test.yaml
deleted file mode 100644 (file)
index b915c8b..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-- job-template:
-    name: 'opendev-{project-name}-rebase'
-
-    node: infra-build01-ubuntu1804
-
-    disabled: false
-
-    concurrent: false
-
-    properties:
-      - logrotate
-
-    parameters:
-      - opendev-gerrit-parameters
-      - string:
-          name: PROJECT
-          default: '{project}'
-          description: JJB configured PROJECT parameter to identify a Nordix Gerrit project
-      - string:
-          name: NORDIX_REMOTE
-          default: 'ssh://infra@gerrit.nordix.org:29418/opendev/{project}.git'
-          description: The remote to add for Nordix.
-
-    scm:
-      - git-scm:
-          ssh-credentials-id: nordixinfra-lfn-gerrit-ssh
-          branch: 'master'
-          refspec: ''
-          wipe_workspace: false
-          clean_before: true
-
-    triggers:
-      - opendev-gerrit-trigger-change-merged:
-          project: '{project}'
-          branch: '**'
-          files: '**'
-      - timed: "@midnight"
-
-    wrappers:
-      - build-timeout:
-          timeout: 10
-
-    builders:
-      - shell:
-          !include-raw-escape: ./rebase-jobs.sh
-
-    publishers:
-      - notify-slack:
-          slack-channel: '#infra'