From ef31900b51bb027f5144e1b7fbe909a18a52aed5 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 27 Jul 2023 21:00:12 -0400 Subject: [PATCH] Remove semver pipeline. Since I'm publishing this to crates.io it doesn't make sense to have a separate version string from the one in Cargo.toml. --- .lighthouse/triggers.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.lighthouse/triggers.yaml b/.lighthouse/triggers.yaml index 6b2e9ce2..497d78df 100644 --- a/.lighthouse/triggers.yaml +++ b/.lighthouse/triggers.yaml @@ -2,31 +2,6 @@ apiVersion: config.lighthouse.jenkins-x.io/v1alpha1 kind: TriggerConfig spec: postsubmits: - - name: semver - agent: tekton-pipeline - branches: - - ^main$ - - ^master$ - max_concurrency: 1 - # Override https-based url from lighthouse events. - clone_uri: "git@code.fizz.buzz:talexander/organic.git" - pipeline_run_spec: - serviceAccountName: build-bot - pipelineRef: - name: semver - namespace: lighthouse - workspaces: - - name: git-source - volumeClaimTemplate: - spec: - storageClassName: "nfs-client" - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 10Gi - subPath: organic-source - params: [] - name: rustfmt source: "pipeline-rustfmt.yaml" # Override https-based url from lighthouse events.