From 2c1d6f124ce57529d81176a3f33fc07de32236b8 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Mon, 5 Oct 2020 20:03:12 +0100 Subject: [PATCH] OpenDev: Added project openstack-neutron-dynamic-routing Change-Id: I8b33c590d36a4b856100ab17159f57f07a08f453 --- ...ron-dynamic-routing-push-upstream-jobs.yml | 26 +++++++++++++++++++ ...ck-neutron-dynamic-routing-rebase-jobs.yml | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 jjb/opendev/openstack-neutron-dynamic-routing/openstack-neutron-dynamic-routing-push-upstream-jobs.yml create mode 100644 jjb/opendev/openstack-neutron-dynamic-routing/openstack-neutron-dynamic-routing-rebase-jobs.yml diff --git a/jjb/opendev/openstack-neutron-dynamic-routing/openstack-neutron-dynamic-routing-push-upstream-jobs.yml b/jjb/opendev/openstack-neutron-dynamic-routing/openstack-neutron-dynamic-routing-push-upstream-jobs.yml new file mode 100644 index 00000000..0994a575 --- /dev/null +++ b/jjb/opendev/openstack-neutron-dynamic-routing/openstack-neutron-dynamic-routing-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2020 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# +- project: + name: openstack-neutron-dynamic-routing-push-upstream + project: openstack/neutron-dynamic-routing + project-name: openstack-neutron-dynamic-routing + + jobs: + - 'opendev-{project-name}-push-upstream' diff --git a/jjb/opendev/openstack-neutron-dynamic-routing/openstack-neutron-dynamic-routing-rebase-jobs.yml b/jjb/opendev/openstack-neutron-dynamic-routing/openstack-neutron-dynamic-routing-rebase-jobs.yml new file mode 100644 index 00000000..8345b2ca --- /dev/null +++ b/jjb/opendev/openstack-neutron-dynamic-routing/openstack-neutron-dynamic-routing-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2020 Nordix Foundation. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# +- project: + name: openstack-neutron-dynamic-routing-rebase + project: openstack/neutron-dynamic-routing + project-name: openstack-neutron-dynamic-routing + + jobs: + - 'opendev-{project-name}-rebase' -- 2.25.1