From: robert.tomczyk@est.tech Date: Tue, 23 Apr 2019 13:07:28 +0000 (+0100) Subject: Create jobs for license manager Acumos project X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=4d320cb2565204e8e6ee5b5f406bd364dfc74932;p=infra%2Fcicd.git Create jobs for license manager Acumos project Change-Id: If73613f5fad81c7171b78ef70fc785351d6dcf74 --- diff --git a/jjb/acumos/license-manager/license-manager-push-upstream-jobs.yml b/jjb/acumos/license-manager/license-manager-push-upstream-jobs.yml new file mode 100644 index 000000000..abf1c7b00 --- /dev/null +++ b/jjb/acumos/license-manager/license-manager-push-upstream-jobs.yml @@ -0,0 +1,30 @@ +--- +# ============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-manager-push-upstream + project: license-manager + project-name: license-manager + + stream: + - master: + branch: '{stream}' + + jobs: + - 'acumos-{project-name}-{stream}-push-upstream' diff --git a/jjb/acumos/license-manager/license-manager-rebase-jobs.yml b/jjb/acumos/license-manager/license-manager-rebase-jobs.yml new file mode 100644 index 000000000..ba0f4bf22 --- /dev/null +++ b/jjb/acumos/license-manager/license-manager-rebase-jobs.yml @@ -0,0 +1,28 @@ +--- +# ============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-manager-rebase + project: license-manager + project-name: license-manager + stream: + - master: + branch: '{stream}' + jobs: + - 'acumos-{project-name}-{stream}-rebase' diff --git a/jjb/acumos/license-manager/license-manager-verify-jobs.yaml b/jjb/acumos/license-manager/license-manager-verify-jobs.yaml new file mode 100644 index 000000000..1189c4cad --- /dev/null +++ b/jjb/acumos/license-manager/license-manager-verify-jobs.yaml @@ -0,0 +1,30 @@ +--- +# ============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-manager-verify + project: license-manager + project-name: license-manager + + stream: + - master: + branch: '{stream}' + + jobs: + - 'acumos-{project-name}-{stream}-verify-java'