Update tekton pipeline to build all the permutations of Organic.

This is to catch regressions in feature-gating since I won't be building every possible permutation all the time.
This commit is contained in:
Tom Alexander
2023-08-10 20:34:56 -04:00
parent 44ad6753ca
commit 729be9302b
4 changed files with 306 additions and 0 deletions

View File

@@ -16,3 +16,10 @@ spec:
skip_branches:
# We already run on every commit, so running when the semver tags get pushed is causing needless double-processing.
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
- name: rust-build
source: "pipeline-rust-build.yaml"
# Override https-based url from lighthouse events.
clone_uri: "git@code.fizz.buzz:talexander/organic.git"
skip_branches:
# We already run on every commit, so running when the semver tags get pushed is causing needless double-processing.
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"