From 70fa03898ee412e30b6b87cf961004bf16ccaef4 Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Wed, 1 Mar 2023 12:27:28 +0100 Subject: [GATING] Add configuration for Azure3 gating in the fork of chained-ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change includes: * moving submodules of chained-ci-roles and chained-ci-vue as static folders to the repo (they were quite old and not updated for some time) * create azure access artifacts * add config for azure3 gating pipeline Issue-ID: INT-2207 Signed-off-by: Marek SzwaƂkiewicz Change-Id: Idb475c166d78f10ed4204153ab634110aa9093f6 --- roles/artifact_init/filter_plugins/filters.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/artifact_init/filter_plugins/filters.py (limited to 'roles/artifact_init/filter_plugins/filters.py') diff --git a/roles/artifact_init/filter_plugins/filters.py b/roles/artifact_init/filter_plugins/filters.py new file mode 100644 index 0000000..db38fc6 --- /dev/null +++ b/roles/artifact_init/filter_plugins/filters.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 + +import os +import sys + +sys.path.append(os.path.normpath(os.path.join(os.path.dirname(__file__),'../../'))) + +from library.filepath import FilterModule -- cgit 1.2.3-korg