Rename the image to organic-test since I am going to specialize it with the software needed for running organic-specific tests.
This commit is contained in:
parent
e8a7b50fda
commit
e129c29007
@ -56,11 +56,9 @@ spec:
|
|||||||
params:
|
params:
|
||||||
- name: GIT_BRANCH
|
- name: GIT_BRANCH
|
||||||
value: "master"
|
value: "master"
|
||||||
- name: cargo-test
|
- name: organic-test
|
||||||
agent: tekton-pipeline
|
agent: tekton-pipeline
|
||||||
branches:
|
context: organic-test
|
||||||
- "^.*$"
|
|
||||||
context: cargo-test
|
|
||||||
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"
|
||||||
@ -87,7 +85,7 @@ spec:
|
|||||||
- --test
|
- --test
|
||||||
- test_loader
|
- test_loader
|
||||||
- name: cargo-image
|
- name: cargo-image
|
||||||
value: harbor.fizz.buzz/private/cargo-test
|
value: harbor.fizz.buzz/private/organic-test
|
||||||
- name: build-cargo-fmt
|
- name: build-cargo-fmt
|
||||||
agent: tekton-pipeline
|
agent: tekton-pipeline
|
||||||
branches:
|
branches:
|
||||||
@ -122,7 +120,7 @@ spec:
|
|||||||
value: docker/cargo_fmt/
|
value: docker/cargo_fmt/
|
||||||
- name: path-to-dockerfile
|
- name: path-to-dockerfile
|
||||||
value: docker/cargo_fmt/Dockerfile
|
value: docker/cargo_fmt/Dockerfile
|
||||||
- name: build-cargo-test
|
- name: build-organic-test
|
||||||
agent: tekton-pipeline
|
agent: tekton-pipeline
|
||||||
branches:
|
branches:
|
||||||
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
|
- "^v[0-9]+\\.[0-9]+\\.[0-9]+$"
|
||||||
@ -151,8 +149,8 @@ spec:
|
|||||||
secretName: harbor-plain
|
secretName: harbor-plain
|
||||||
params:
|
params:
|
||||||
- name: image-name
|
- name: image-name
|
||||||
value: "harbor.fizz.buzz/private/cargo-test"
|
value: "harbor.fizz.buzz/private/organic-test"
|
||||||
- name: path-to-image-context
|
- name: path-to-image-context
|
||||||
value: docker/cargo_test/
|
value: docker/organic_test/
|
||||||
- name: path-to-dockerfile
|
- name: path-to-dockerfile
|
||||||
value: docker/cargo_test/Dockerfile
|
value: docker/organic_test/Dockerfile
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
IMAGE_NAME:=cargo-test
|
IMAGE_NAME:=organic-test
|
||||||
# REMOTE_REPO:=harbor.fizz.buzz/private
|
# REMOTE_REPO:=harbor.fizz.buzz/private
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
Loading…
x
Reference in New Issue
Block a user