From 0b4b9b36274d620f44c0baff95c90085ee5c3546 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Wed, 15 May 2019 09:35:01 +0100 Subject: [PATCH] Acumos: Add jobs for face-privacy-filter project Change-Id: Ia020eb0c4e4a6896ab9bff276e6ab7ff3dfdd56b --- ...face-privacy-filter-push-upstream-jobs.yml | 29 +++++++++++++++++++ .../face-privacy-filter-rebase-jobs.yml | 29 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 jjb/acumos/face-privacy-filter/face-privacy-filter-push-upstream-jobs.yml create mode 100644 jjb/acumos/face-privacy-filter/face-privacy-filter-rebase-jobs.yml diff --git a/jjb/acumos/face-privacy-filter/face-privacy-filter-push-upstream-jobs.yml b/jjb/acumos/face-privacy-filter/face-privacy-filter-push-upstream-jobs.yml new file mode 100644 index 000000000..49d02e134 --- /dev/null +++ b/jjb/acumos/face-privacy-filter/face-privacy-filter-push-upstream-jobs.yml @@ -0,0 +1,29 @@ +--- +# ============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: face-privacy-filter-push-upstream + project: face-privacy-filter + project-name: face-privacy-filter + stream: + - master: + branch: '{stream}' + + jobs: + - 'acumos-{project-name}-{stream}-push-upstream' diff --git a/jjb/acumos/face-privacy-filter/face-privacy-filter-rebase-jobs.yml b/jjb/acumos/face-privacy-filter/face-privacy-filter-rebase-jobs.yml new file mode 100644 index 000000000..7bca15c9d --- /dev/null +++ b/jjb/acumos/face-privacy-filter/face-privacy-filter-rebase-jobs.yml @@ -0,0 +1,29 @@ +--- +# ============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: face-privacy-filter-rebase + project: face-privacy-filter + project-name: face-privacy-filter + stream: + - master: + branch: '{stream}' + + jobs: + - 'acumos-{project-name}-{stream}-rebase' -- 2.25.1