From 46519997b84cd6dca1633a2e7e01ce5909c9ae53 Mon Sep 17 00:00:00 2001 From: afenner Date: Wed, 31 Jul 2019 08:45:24 +0100 Subject: [PATCH] Add rebase/push jobs for acumos-python-client & license-usage-manager Change-Id: I9194f5dc4a300b6f708d14800bc542974d86abd7 Signed-off-by: afenner --- ...cumos-python-client-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../acumos-python-client-rebase-jobs.yml | 26 +++++++++++++++++++ .../acumos-python-client-verify-jobs.yaml | 26 +++++++++++++++++++ ...cense-usage-manager-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../license-usage-manager-rebase-jobs.yml | 26 +++++++++++++++++++ 5 files changed, 130 insertions(+) create mode 100644 jjb/acumos/acumos-python-client/acumos-python-client-push-upstream-jobs.yml create mode 100644 jjb/acumos/acumos-python-client/acumos-python-client-rebase-jobs.yml create mode 100644 jjb/acumos/acumos-python-client/acumos-python-client-verify-jobs.yaml create mode 100644 jjb/acumos/license-usage-manager/license-usage-manager-push-upstream-jobs.yml create mode 100644 jjb/acumos/license-usage-manager/license-usage-manager-rebase-jobs.yml diff --git a/jjb/acumos/acumos-python-client/acumos-python-client-push-upstream-jobs.yml b/jjb/acumos/acumos-python-client/acumos-python-client-push-upstream-jobs.yml new file mode 100644 index 000000000..b42c35a32 --- /dev/null +++ b/jjb/acumos/acumos-python-client/acumos-python-client-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: acumos-python-client-push-upstream + project: acumos-python-client + project-name: acumos-python-client + + jobs: + - 'acumos-{project-name}-push-upstream' diff --git a/jjb/acumos/acumos-python-client/acumos-python-client-rebase-jobs.yml b/jjb/acumos/acumos-python-client/acumos-python-client-rebase-jobs.yml new file mode 100644 index 000000000..d3273c064 --- /dev/null +++ b/jjb/acumos/acumos-python-client/acumos-python-client-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: acumos-python-client-rebase + project: acumos-python-client + project-name: acumos-python-client + + jobs: + - 'acumos-{project-name}-rebase' diff --git a/jjb/acumos/acumos-python-client/acumos-python-client-verify-jobs.yaml b/jjb/acumos/acumos-python-client/acumos-python-client-verify-jobs.yaml new file mode 100644 index 000000000..da80d97cc --- /dev/null +++ b/jjb/acumos/acumos-python-client/acumos-python-client-verify-jobs.yaml @@ -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: acumos-python-client-verify + project: acumos-python-client + project-name: acumos-python-client + + jobs: + - 'acumos-{project-name}-verify-java' diff --git a/jjb/acumos/license-usage-manager/license-usage-manager-push-upstream-jobs.yml b/jjb/acumos/license-usage-manager/license-usage-manager-push-upstream-jobs.yml new file mode 100644 index 000000000..ce407e57b --- /dev/null +++ b/jjb/acumos/license-usage-manager/license-usage-manager-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: license-usage-manager-push-upstream + project: license-usage-manager + project-name: license-usage-manager + + jobs: + - 'acumos-{project-name}-push-upstream' diff --git a/jjb/acumos/license-usage-manager/license-usage-manager-rebase-jobs.yml b/jjb/acumos/license-usage-manager/license-usage-manager-rebase-jobs.yml new file mode 100644 index 000000000..29890518e --- /dev/null +++ b/jjb/acumos/license-usage-manager/license-usage-manager-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: license-usage-managerrebase + project: license-usage-manager + project-name: license-usage-manager + + jobs: + - 'acumos-{project-name}-rebase' -- 2.25.1