Remove contexts from lighthouse triggers.
This commit is contained in:
parent
e129c29007
commit
586f569646
@ -7,7 +7,6 @@ spec:
|
|||||||
branches:
|
branches:
|
||||||
- ^main$
|
- ^main$
|
||||||
- ^master$
|
- ^master$
|
||||||
context: organic
|
|
||||||
max_concurrency: 1
|
max_concurrency: 1
|
||||||
# Override https-based url from lighthouse events.
|
# Override https-based url from lighthouse events.
|
||||||
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
|
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
|
||||||
@ -33,7 +32,6 @@ spec:
|
|||||||
branches:
|
branches:
|
||||||
- ^main$
|
- ^main$
|
||||||
- ^master$
|
- ^master$
|
||||||
context: cargo-fmt
|
|
||||||
max_concurrency: 1
|
max_concurrency: 1
|
||||||
# Override https-based url from lighthouse events.
|
# Override https-based url from lighthouse events.
|
||||||
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
|
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
|
||||||
@ -58,6 +56,8 @@ spec:
|
|||||||
value: "master"
|
value: "master"
|
||||||
- name: organic-test
|
- name: organic-test
|
||||||
agent: tekton-pipeline
|
agent: tekton-pipeline
|
||||||
|
branches:
|
||||||
|
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
|
||||||
context: organic-test
|
context: organic-test
|
||||||
max_concurrency: 1
|
max_concurrency: 1
|
||||||
# Override https-based url from lighthouse events.
|
# Override https-based url from lighthouse events.
|
||||||
@ -90,7 +90,6 @@ spec:
|
|||||||
agent: tekton-pipeline
|
agent: tekton-pipeline
|
||||||
branches:
|
branches:
|
||||||
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
|
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
|
||||||
context: build-docker
|
|
||||||
max_concurrency: 1
|
max_concurrency: 1
|
||||||
# Override https-based url from lighthouse events.
|
# Override https-based url from lighthouse events.
|
||||||
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
|
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
|
||||||
@ -124,7 +123,6 @@ spec:
|
|||||||
agent: tekton-pipeline
|
agent: tekton-pipeline
|
||||||
branches:
|
branches:
|
||||||
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
|
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
|
||||||
context: build-docker
|
|
||||||
max_concurrency: 1
|
max_concurrency: 1
|
||||||
# Override https-based url from lighthouse events.
|
# Override https-based url from lighthouse events.
|
||||||
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
|
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user