From 06baf3c579ab67cfbc698751be92236a900decea Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Wed, 8 Jan 2020 16:03:50 +0000 Subject: [PATCH] OPENDEV: Adding powervm repositories to OpenStack The complete list of the OpenStack powervm repos added to Nordix: - openstack/nova-powervm - openstack/networking-powervm Change-Id: Iff4d6ce55994c07893d7481492e227768844cb13 --- ...-networking-powervm-push-upstream-jobs.yml | 26 +++++++++++++++++++ ...enstack-networking-powervm-rebase-jobs.yml | 26 +++++++++++++++++++ ...nstack-nova-powervm-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../openstack-nova-powervm-rebase-jobs.yml | 26 +++++++++++++++++++ 4 files changed, 104 insertions(+) create mode 100644 jjb/opendev/openstack-networking-powervm/openstack-networking-powervm-push-upstream-jobs.yml create mode 100644 jjb/opendev/openstack-networking-powervm/openstack-networking-powervm-rebase-jobs.yml create mode 100644 jjb/opendev/openstack-nova-powervm/openstack-nova-powervm-push-upstream-jobs.yml create mode 100644 jjb/opendev/openstack-nova-powervm/openstack-nova-powervm-rebase-jobs.yml diff --git a/jjb/opendev/openstack-networking-powervm/openstack-networking-powervm-push-upstream-jobs.yml b/jjb/opendev/openstack-networking-powervm/openstack-networking-powervm-push-upstream-jobs.yml new file mode 100644 index 00000000..f6cd7fee --- /dev/null +++ b/jjb/opendev/openstack-networking-powervm/openstack-networking-powervm-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-networking-powervm-push-upstream + project: openstack/networking-powervm + project-name: openstack-networking-powervm + + jobs: + - 'opendev-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/opendev/openstack-networking-powervm/openstack-networking-powervm-rebase-jobs.yml b/jjb/opendev/openstack-networking-powervm/openstack-networking-powervm-rebase-jobs.yml new file mode 100644 index 00000000..e8480293 --- /dev/null +++ b/jjb/opendev/openstack-networking-powervm/openstack-networking-powervm-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-networking-powervm-rebase + project: openstack/networking-powervm + project-name: openstack-networking-powervm + + jobs: + - 'opendev-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/opendev/openstack-nova-powervm/openstack-nova-powervm-push-upstream-jobs.yml b/jjb/opendev/openstack-nova-powervm/openstack-nova-powervm-push-upstream-jobs.yml new file mode 100644 index 00000000..4bd89ea6 --- /dev/null +++ b/jjb/opendev/openstack-nova-powervm/openstack-nova-powervm-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-nova-powervm-push-upstream + project: openstack/nova-powervm + project-name: openstack-nova-powervm + + jobs: + - 'opendev-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/opendev/openstack-nova-powervm/openstack-nova-powervm-rebase-jobs.yml b/jjb/opendev/openstack-nova-powervm/openstack-nova-powervm-rebase-jobs.yml new file mode 100644 index 00000000..3698f009 --- /dev/null +++ b/jjb/opendev/openstack-nova-powervm/openstack-nova-powervm-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-nova-powervm-rebase + project: openstack/nova-powervm + project-name: openstack-nova-powervm + + jobs: + - 'opendev-{project-name}-rebase' \ No newline at end of file -- 2.25.1