From: robert.tomczyk Date: Wed, 15 May 2019 08:35:01 +0000 (+0100) Subject: Acumos: Add jobs for face-privacy-filter project X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F1200%2F1;p=infra%2Fcicd.git Acumos: Add jobs for face-privacy-filter project Change-Id: Ia020eb0c4e4a6896ab9bff276e6ab7ff3dfdd56b --- 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'