Remove contexts from lighthouse triggers.
This commit is contained in:
parent
e129c29007
commit
586f569646
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user