From 586f569646db0d95da39c2941bbe2523e36bcecc Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 13 Jul 2023 00:02:31 -0400 Subject: [PATCH] Remove contexts from lighthouse triggers. --- .lighthouse/triggers.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.lighthouse/triggers.yaml b/.lighthouse/triggers.yaml index d8a5d2c2..765c114e 100644 --- a/.lighthouse/triggers.yaml +++ b/.lighthouse/triggers.yaml @@ -7,7 +7,6 @@ spec: branches: - ^main$ - ^master$ - context: organic max_concurrency: 1 # Override https-based url from lighthouse events. clone_uri: "git@code.fizz.buzz:talexander/organic.git" @@ -33,7 +32,6 @@ spec: branches: - ^main$ - ^master$ - context: cargo-fmt max_concurrency: 1 # Override https-based url from lighthouse events. clone_uri: "git@code.fizz.buzz:talexander/organic.git" @@ -58,6 +56,8 @@ spec: value: "master" - name: organic-test agent: tekton-pipeline + branches: + - "^v[0-9]+\\.[0-9]+\\.[0-9]+$" context: organic-test max_concurrency: 1 # Override https-based url from lighthouse events. @@ -90,7 +90,6 @@ spec: agent: tekton-pipeline branches: - "^v[0-9]+\\.[0-9]+\\.[0-9]+$" - context: build-docker max_concurrency: 1 # Override https-based url from lighthouse events. clone_uri: "git@code.fizz.buzz:talexander/organic.git" @@ -124,7 +123,6 @@ spec: agent: tekton-pipeline branches: - "^v[0-9]+\\.[0-9]+\\.[0-9]+$" - context: build-docker max_concurrency: 1 # Override https-based url from lighthouse events. clone_uri: "git@code.fizz.buzz:talexander/organic.git"