Mirror repos of bifrost dependencies from OpenDev 52/4552/3
authorFatih Degirmenci <fdegir@gmail.com>
Sun, 26 Apr 2020 20:25:13 +0000 (20:25 +0000)
committerFatih Degirmenci <fdegir@gmail.com>
Sun, 26 Apr 2020 20:45:44 +0000 (20:45 +0000)
Change-Id: Iaa05f2e99afa7fd99b17f2d82510ec44a244d0e8

20 files changed:
jjb/opendev/openstack-bifrost/openstack-bifrost-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-bifrost/openstack-bifrost-rebase-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-ironic-inspector/openstack-ironic-inspector-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-ironic-inspector/openstack-ironic-inspector-rebase-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-ironic-python-agent-builder/openstack-ironic-python-agent-builder-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-ironic-python-agent-builder/openstack-ironic-python-agent-builder-rebase-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-ironic-python-agent/openstack-ironic-python-agent-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-ironic-python-agent/openstack-ironic-python-agent-rebase-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-ironic/openstack-ironic-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-ironic/openstack-ironic-rebase-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-python-ironic-inspector-client/openstack-python-ironic-inspector-client-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-python-ironic-inspector-client/openstack-python-ironic-inspector-client-rebase-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-python-ironicclient/openstack-python-ironicclient-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-python-ironicclient/openstack-python-ironicclient-rebase-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-shade/openstack-shade-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-shade/openstack-shade-rebase-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-sushy/openstack-sushy-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/openstack-sushy/openstack-sushy-rebase-jobs.yml [new file with mode: 0644]
jjb/opendev/x-ironic-staging-drivers/x-ironic-staging-drivers-push-upstream-jobs.yml [new file with mode: 0644]
jjb/opendev/x-ironic-staging-drivers/x-ironic-staging-drivers-rebase-jobs.yml [new file with mode: 0644]

diff --git a/jjb/opendev/openstack-bifrost/openstack-bifrost-push-upstream-jobs.yml b/jjb/opendev/openstack-bifrost/openstack-bifrost-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..eb42a69
--- /dev/null
@@ -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-bifrost-push-upstream
+    project: openstack/bifrost
+    project-name: openstack-bifrost
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/openstack-bifrost/openstack-bifrost-rebase-jobs.yml b/jjb/opendev/openstack-bifrost/openstack-bifrost-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..d484571
--- /dev/null
@@ -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-bifrost-rebase
+    project: openstack/bifrost
+    project-name: openstack-bifrost
+
+    jobs:
+      - 'opendev-{project-name}-rebase'
diff --git a/jjb/opendev/openstack-ironic-inspector/openstack-ironic-inspector-push-upstream-jobs.yml b/jjb/opendev/openstack-ironic-inspector/openstack-ironic-inspector-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..b7a27e3
--- /dev/null
@@ -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-ironic-inspector-push-upstream
+    project: openstack/ironic-inspector
+    project-name: openstack-ironic-inspector
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/openstack-ironic-inspector/openstack-ironic-inspector-rebase-jobs.yml b/jjb/opendev/openstack-ironic-inspector/openstack-ironic-inspector-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..cd0b22d
--- /dev/null
@@ -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-ironic-inspector-rebase
+    project: openstack/ironic-inspector
+    project-name: openstack-ironic-inspector
+
+    jobs:
+      - 'opendev-{project-name}-rebase'
diff --git a/jjb/opendev/openstack-ironic-python-agent-builder/openstack-ironic-python-agent-builder-push-upstream-jobs.yml b/jjb/opendev/openstack-ironic-python-agent-builder/openstack-ironic-python-agent-builder-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..821f1d3
--- /dev/null
@@ -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-ironic-python-agent-builder-push-upstream
+    project: openstack/ironic-python-agent-builder
+    project-name: openstack-ironic-python-agent-builder
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/openstack-ironic-python-agent-builder/openstack-ironic-python-agent-builder-rebase-jobs.yml b/jjb/opendev/openstack-ironic-python-agent-builder/openstack-ironic-python-agent-builder-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..49d7571
--- /dev/null
@@ -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-ironic-python-agent-builder-rebase
+    project: openstack/ironic-python-agent-builder
+    project-name: openstack-ironic-python-agent-builder
+
+    jobs:
+      - 'opendev-{project-name}-rebase'
diff --git a/jjb/opendev/openstack-ironic-python-agent/openstack-ironic-python-agent-push-upstream-jobs.yml b/jjb/opendev/openstack-ironic-python-agent/openstack-ironic-python-agent-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..72c5056
--- /dev/null
@@ -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-ironic-python-agent-push-upstream
+    project: openstack/ironic-python-agent
+    project-name: openstack-ironic-python-agent
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/openstack-ironic-python-agent/openstack-ironic-python-agent-rebase-jobs.yml b/jjb/opendev/openstack-ironic-python-agent/openstack-ironic-python-agent-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..3b31af5
--- /dev/null
@@ -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-ironic-python-agent-rebase
+    project: openstack/ironic-python-agent
+    project-name: openstack-ironic-python-agent
+
+    jobs:
+      - 'opendev-{project-name}-rebase'
diff --git a/jjb/opendev/openstack-ironic/openstack-ironic-push-upstream-jobs.yml b/jjb/opendev/openstack-ironic/openstack-ironic-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..49c4377
--- /dev/null
@@ -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-ironic-push-upstream
+    project: openstack/ironic
+    project-name: openstack-ironic
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/openstack-ironic/openstack-ironic-rebase-jobs.yml b/jjb/opendev/openstack-ironic/openstack-ironic-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..e7f288f
--- /dev/null
@@ -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-ironic-rebase
+    project: openstack/ironic
+    project-name: openstack-ironic
+
+    jobs:
+      - 'opendev-{project-name}-rebase'
diff --git a/jjb/opendev/openstack-python-ironic-inspector-client/openstack-python-ironic-inspector-client-push-upstream-jobs.yml b/jjb/opendev/openstack-python-ironic-inspector-client/openstack-python-ironic-inspector-client-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..2eef803
--- /dev/null
@@ -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-python-ironic-inspector-client-push-upstream
+    project: openstack/python-ironic-inspector-client
+    project-name: openstack-python-ironic-inspector-client
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/openstack-python-ironic-inspector-client/openstack-python-ironic-inspector-client-rebase-jobs.yml b/jjb/opendev/openstack-python-ironic-inspector-client/openstack-python-ironic-inspector-client-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..4043e8b
--- /dev/null
@@ -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-python-ironic-inspector-client-rebase
+    project: openstack/python-ironic-inspector-client
+    project-name: openstack-python-ironic-inspector-client
+
+    jobs:
+      - 'opendev-{project-name}-rebase'
diff --git a/jjb/opendev/openstack-python-ironicclient/openstack-python-ironicclient-push-upstream-jobs.yml b/jjb/opendev/openstack-python-ironicclient/openstack-python-ironicclient-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..cbf0a03
--- /dev/null
@@ -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-python-ironicclient-push-upstream
+    project: openstack/python-ironicclient
+    project-name: openstack-python-ironicclient
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/openstack-python-ironicclient/openstack-python-ironicclient-rebase-jobs.yml b/jjb/opendev/openstack-python-ironicclient/openstack-python-ironicclient-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..24dbb28
--- /dev/null
@@ -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-python-ironicclient-rebase
+    project: openstack/python-ironicclient
+    project-name: openstack-python-ironicclient
+
+    jobs:
+      - 'opendev-{project-name}-rebase'
diff --git a/jjb/opendev/openstack-shade/openstack-shade-push-upstream-jobs.yml b/jjb/opendev/openstack-shade/openstack-shade-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..3d0cad5
--- /dev/null
@@ -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-shade-push-upstream
+    project: openstack/shade
+    project-name: openstack-shade
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/openstack-shade/openstack-shade-rebase-jobs.yml b/jjb/opendev/openstack-shade/openstack-shade-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..abbaa75
--- /dev/null
@@ -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-shade-rebase
+    project: openstack/shade
+    project-name: openstack-shade
+
+    jobs:
+      - 'opendev-{project-name}-rebase'
diff --git a/jjb/opendev/openstack-sushy/openstack-sushy-push-upstream-jobs.yml b/jjb/opendev/openstack-sushy/openstack-sushy-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..cb57848
--- /dev/null
@@ -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-sushy-push-upstream
+    project: openstack/sushy
+    project-name: openstack-sushy
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/openstack-sushy/openstack-sushy-rebase-jobs.yml b/jjb/opendev/openstack-sushy/openstack-sushy-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..0449221
--- /dev/null
@@ -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-sushy-rebase
+    project: openstack/sushy
+    project-name: openstack-sushy
+
+    jobs:
+      - 'opendev-{project-name}-rebase'
diff --git a/jjb/opendev/x-ironic-staging-drivers/x-ironic-staging-drivers-push-upstream-jobs.yml b/jjb/opendev/x-ironic-staging-drivers/x-ironic-staging-drivers-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..63a8026
--- /dev/null
@@ -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: x-ironic-staging-drivers-push-upstream
+    project: x/ironic-staging-drivers
+    project-name: x-ironic-staging-drivers
+
+    jobs:
+      - 'opendev-{project-name}-push-upstream'
diff --git a/jjb/opendev/x-ironic-staging-drivers/x-ironic-staging-drivers-rebase-jobs.yml b/jjb/opendev/x-ironic-staging-drivers/x-ironic-staging-drivers-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..348dbf7
--- /dev/null
@@ -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: x-ironic-staging-drivers-rebase
+    project: x/ironic-staging-drivers
+    project-name: x-ironic-staging-drivers
+
+    jobs:
+      - 'opendev-{project-name}-rebase'