diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-28 09:28:37 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-28 09:28:37 -0700 |
commit | 4463171dda39a1bf6e47184e1996f03d69df47f9 (patch) | |
tree | d8b418631ae4067701af5ee8f4096d9c908c80e6 | |
parent | af87a95d6f660590ed7335b80a681f97814363e7 (diff) |
Remove beijing CSIT jobs
Beijing CSIT jobs will no longer work as-is after the
relocation to the integration/csit repo. Removing
them for now.
Change-Id: Ie555d55e2b93a2e0f8da417a4987e28459c63e26
Issue-ID: INT-671
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | jjb/aai/aai-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/optf/optf-has-csit.yaml | 2 | ||||
-rw-r--r-- | jjb/optf/optf-osdf-csit.yaml | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/jjb/aai/aai-csit.yaml b/jjb/aai/aai-csit.yaml index 059340fdb..4e9c16c44 100644 --- a/jjb/aai/aai-csit.yaml +++ b/jjb/aai/aai-csit.yaml @@ -8,8 +8,6 @@ stream: - 'master': branch: master - - 'beijing': - branch: beijing functionality: - 'resources': trigger_jobs: 'aai-resources-{stream}-aai-docker-java-daily' diff --git a/jjb/optf/optf-has-csit.yaml b/jjb/optf/optf-has-csit.yaml index f0d2156bc..08a03c3d1 100644 --- a/jjb/optf/optf-has-csit.yaml +++ b/jjb/optf/optf-has-csit.yaml @@ -8,8 +8,6 @@ stream: - 'master': branch: master - - 'beijing': - branch: beijing functionality: - 'has': trigger_jobs: 'optf-has-master-conductor-docker-java-version-shell-daily' diff --git a/jjb/optf/optf-osdf-csit.yaml b/jjb/optf/optf-osdf-csit.yaml index eada89de0..c79a189a4 100644 --- a/jjb/optf/optf-osdf-csit.yaml +++ b/jjb/optf/optf-osdf-csit.yaml @@ -8,8 +8,6 @@ stream: - 'master': branch: master - - 'beijing': - branch: beijing functionality: - 'osdf': trigger_jobs: 'optf-osdf-master-osdf-docker-java-version-shell-daily' |