diff --git a/.lighthouse/triggers.yaml b/.lighthouse/triggers.yaml index 7793f70b..d8a5d2c2 100644 --- a/.lighthouse/triggers.yaml +++ b/.lighthouse/triggers.yaml @@ -56,11 +56,9 @@ spec: params: - name: GIT_BRANCH value: "master" - - name: cargo-test + - name: organic-test agent: tekton-pipeline - branches: - - "^.*$" - context: cargo-test + context: organic-test max_concurrency: 1 # Override https-based url from lighthouse events. clone_uri: "git@code.fizz.buzz:talexander/organic.git" @@ -87,7 +85,7 @@ spec: - --test - test_loader - name: cargo-image - value: harbor.fizz.buzz/private/cargo-test + value: harbor.fizz.buzz/private/organic-test - name: build-cargo-fmt agent: tekton-pipeline branches: @@ -122,7 +120,7 @@ spec: value: docker/cargo_fmt/ - name: path-to-dockerfile value: docker/cargo_fmt/Dockerfile - - name: build-cargo-test + - name: build-organic-test agent: tekton-pipeline branches: - "^v[0-9]+\\.[0-9]+\\.[0-9]+$" @@ -151,8 +149,8 @@ spec: secretName: harbor-plain params: - name: image-name - value: "harbor.fizz.buzz/private/cargo-test" + value: "harbor.fizz.buzz/private/organic-test" - name: path-to-image-context - value: docker/cargo_test/ + value: docker/organic_test/ - name: path-to-dockerfile - value: docker/cargo_test/Dockerfile + value: docker/organic_test/Dockerfile diff --git a/docker/cargo_test/Dockerfile b/docker/organic_test/Dockerfile similarity index 100% rename from docker/cargo_test/Dockerfile rename to docker/organic_test/Dockerfile diff --git a/docker/cargo_test/Makefile b/docker/organic_test/Makefile similarity index 96% rename from docker/cargo_test/Makefile rename to docker/organic_test/Makefile index cf6729e0..30b9b6b5 100644 --- a/docker/cargo_test/Makefile +++ b/docker/organic_test/Makefile @@ -1,4 +1,4 @@ -IMAGE_NAME:=cargo-test +IMAGE_NAME:=organic-test # REMOTE_REPO:=harbor.fizz.buzz/private .PHONY: all