From 2f9446393723db013d455ab7057dad62101711e3 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Fri, 20 Mar 2020 19:06:06 +0000 Subject: [PATCH] ACUMOS: Add on-boarding repo Change-Id: Ie20e56dff0cd17dfa18e7f6e2baa491c3cca4a4d --- .../on-boarding-push-upstream-jobs.yml | 26 ++++++++++++++++++ .../on-boarding/on-boarding-rebase-jobs.yml | 26 ++++++++++++++++++ .../on-boarding/on-boarding-verify-jobs.yml | 27 +++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 jjb/acumos/on-boarding/on-boarding-push-upstream-jobs.yml create mode 100644 jjb/acumos/on-boarding/on-boarding-rebase-jobs.yml create mode 100644 jjb/acumos/on-boarding/on-boarding-verify-jobs.yml diff --git a/jjb/acumos/on-boarding/on-boarding-push-upstream-jobs.yml b/jjb/acumos/on-boarding/on-boarding-push-upstream-jobs.yml new file mode 100644 index 00000000..1090b5da --- /dev/null +++ b/jjb/acumos/on-boarding/on-boarding-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-on-boarding-push-upstream + project: on-boarding + project-name: on-boarding + + jobs: + - 'acumos-{project-name}-push-upstream' diff --git a/jjb/acumos/on-boarding/on-boarding-rebase-jobs.yml b/jjb/acumos/on-boarding/on-boarding-rebase-jobs.yml new file mode 100644 index 00000000..cadb6e0e --- /dev/null +++ b/jjb/acumos/on-boarding/on-boarding-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-on-boarding-rebase + project: on-boarding + project-name: on-boarding + + jobs: + - 'acumos-{project-name}-rebase' diff --git a/jjb/acumos/on-boarding/on-boarding-verify-jobs.yml b/jjb/acumos/on-boarding/on-boarding-verify-jobs.yml new file mode 100644 index 00000000..250015a4 --- /dev/null +++ b/jjb/acumos/on-boarding/on-boarding-verify-jobs.yml @@ -0,0 +1,27 @@ +--- +# ============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-on-boarding-verify + project: on-boarding + project-name: on-boarding + jdk-version: java-11 + + jobs: + - 'acumos-{project-name}-verify-java' -- 2.25.1