Rename the image to organic-test since I am going to specialize it with the software needed for running organic-specific tests.
semver Build semver has succeeded Details
build-cargo-fmt Build build-cargo-fmt has failed Details
build-organic-test Build build-organic-test has failed Details
cargo-fmt Build cargo-fmt has failed Details
organic-test Build organic-test has failed Details

This commit is contained in:
Tom Alexander 2023-07-12 23:27:27 -04:00
parent e8a7b50fda
commit e129c29007
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
3 changed files with 8 additions and 10 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
IMAGE_NAME:=cargo-test
IMAGE_NAME:=organic-test
# REMOTE_REPO:=harbor.fizz.buzz/private
.PHONY: all