diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-10-29 11:02:48 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-10-29 11:26:48 -0700 |
commit | 5702ee7a6f0d2b68efc8e20305a3f63950a7edb8 (patch) | |
tree | 0839539a0aa8cace7bc68460333257f434ac0835 /jjb | |
parent | 5e5f77398c9e2fb48842f795d745a045f58ff665 (diff) |
Deprecate integration/devtool
Set as read-only as per IT-18077
Change-Id: I07647d6ec80e400e1119a93ce3429241849a50d3
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-devtool.yaml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/jjb/integration/integration-devtool.yaml b/jjb/integration/integration-devtool.yaml deleted file mode 100644 index b656b4fbd..000000000 --- a/jjb/integration/integration-devtool.yaml +++ /dev/null @@ -1,24 +0,0 @@ ---- -- project: - name: integration-devtool - project-name: 'integration-devtool' - jobs: - - '{project-name}-{stream}-{subproject}-verify-python' - project: 'integration/devtool' - subproject: - - 'devtool': - path: '.' - pattern: '**' - stream: - - 'master': - branch: 'master' - mvn-settings: 'integration-devtool-settings' - build-node: ubuntu1604-builder-2c-1g - -- project: - name: integration-devtool-info - project-name: integration-devtool - jobs: - - gerrit-info-yaml-verify - project: integration/devtool - branch: master |