From 34c886e31916886586ed81528b00afe224fad8b6 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Thu, 25 Feb 2021 18:19:10 +0000 Subject: [PATCH] OPENDEV: Add ONAP project os-ken Change-Id: Ia65c22e8d697cd05a47b69695e1a529ad81dd9f3 --- .../openstack-os-ken-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../openstack-os-ken-rebase-jobs.yml | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 jjb/opendev/openstack-os-ken/openstack-os-ken-push-upstream-jobs.yml create mode 100644 jjb/opendev/openstack-os-ken/openstack-os-ken-rebase-jobs.yml diff --git a/jjb/opendev/openstack-os-ken/openstack-os-ken-push-upstream-jobs.yml b/jjb/opendev/openstack-os-ken/openstack-os-ken-push-upstream-jobs.yml new file mode 100644 index 00000000..d498d763 --- /dev/null +++ b/jjb/opendev/openstack-os-ken/openstack-os-ken-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2019 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-os-ken-push-upstream + project: openstack/os-ken + project-name: openstack-os-ken + + jobs: + - 'opendev-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/opendev/openstack-os-ken/openstack-os-ken-rebase-jobs.yml b/jjb/opendev/openstack-os-ken/openstack-os-ken-rebase-jobs.yml new file mode 100644 index 00000000..12ee9f37 --- /dev/null +++ b/jjb/opendev/openstack-os-ken/openstack-os-ken-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2019 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-os-ken-rebase + project: openstack/os-ken + project-name: openstack-os-ken + + jobs: + - 'opendev-{project-name}-rebase' \ No newline at end of file -- 2.25.1