From 46dc254af1ec3702cac4ddf8074fcf96ad1d2797 Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Mon, 5 Dec 2022 08:45:53 +0100
Subject: [PATCH] Add extension to notify job

* The job will be taken in charge by the runner with 'infrastructure'
tag
---
 manifest-pipeline-yocto.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index ae6e719..21ce242 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -461,6 +461,8 @@ retrigger:
 
 notify:
   stage: notify
+  extends:
+    - .infrastructure
   image: 
     name: mcr.microsoft.com/azure-cli
     entrypoint: [""]
-- 
GitLab