Clean integration-ietf jobs 73/117773/1
authormorganrol <morgan.richomme@orange.com>
Fri, 12 Feb 2021 07:36:35 +0000 (08:36 +0100)
committermorganrol <morgan.richomme@orange.com>
Fri, 12 Feb 2021 07:36:35 +0000 (08:36 +0100)
- remove jobs corresponding to falsy repo name
- upadte rigth repo

Issue-ID: INT-1840

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I30c617d782b90909f6833a1463a29e996860278b

jjb/integration/integration-ieft-actn-tools.yaml [deleted file]
jjb/integration/integration-ietf-actn-tools.yaml

diff --git a/jjb/integration/integration-ieft-actn-tools.yaml b/jjb/integration/integration-ieft-actn-tools.yaml
deleted file mode 100644 (file)
index 264ecdd..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
----
-- project:
-    name: integration-ieft-actn-tools-project-view
-    project-name: integration-ieft-actn-tools
-    views:
-      - project-view
-
-- project:
-    name: integration-ieft-actn-tools-info
-    project: integration/ieft-actn-tools
-    project-name: integration-ieft-actn-tools
-    build-node: centos7-builder-2c-1g
-    jobs:
-      - gerrit-info-yaml-verify
-
-- project:
-    name: integration-ieft-actn-tools-linters
-    project: integration/ieft-actn-tools
-    project-name: integration-ieft-actn-tools
-    python-version: python3
-    jobs:
-      - integration-linters
-    subproject:
-      - 'yaml':
-          tox-dir: '.'
-          tox-envs: 'yaml'
-          pattern: '**/*.yaml'
-      - 'yml':
-          tox-dir: '.'
-          tox-envs: 'yaml'
-          pattern: '**/*.yml'
-      - 'json':
-          tox-dir: '.'
-          tox-envs: 'json'
-          pattern: '**/*.json'
-      - 'python':
-          tox-dir: '.'
-          tox-envs: 'py'
-          pattern: '**/*.py'
-      - 'md':
-          tox-dir: '.'
-          tox-envs: 'md'
-          pattern: '**/*.md'
-    stream:
-      - 'master':
-          branch: 'master'
index 46d514d..4618462 100644 (file)
     build-node: centos7-builder-2c-1g
     jobs:
       - gerrit-info-yaml-verify
+
+- project:
+    name: integration-ietf-actn-tools-linters
+    project: integration/ietf-actn-tools
+    project-name: integration-ietf-actn-tools
+    python-version: python3
+    jobs:
+      - integration-linters
+    subproject:
+      - 'yaml':
+          tox-dir: '.'
+          tox-envs: 'yaml'
+          pattern: '**/*.yaml'
+      - 'yml':
+          tox-dir: '.'
+          tox-envs: 'yaml'
+          pattern: '**/*.yml'
+      - 'json':
+          tox-dir: '.'
+          tox-envs: 'json'
+          pattern: '**/*.json'
+      - 'python':
+          tox-dir: '.'
+          tox-envs: 'py'
+          pattern: '**/*.py'
+      - 'md':
+          tox-dir: '.'
+          tox-envs: 'md'
+          pattern: '**/*.md'
+    stream:
+      - 'master':
+          branch: 'master'
+