Skip to content

Commit

Permalink
Parameterise gradle image and inttests path suffix (#615)
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour authored Sep 25, 2024
1 parent 01ee249 commit 4bb9e28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ spec:
name: inttests-{{ .Values.branch }}
port:
number: 80
path: /{{ .Values.branch }}/maven-repo/inttests
path: /{{ .Values.branch }}/maven-repo/{{ .Values.ingressPathSuffix }}
pathType: Prefix
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
namespace: galasa-development
branch: main
imageName: ghcr.io/galasa-dev/inttests-maven-artefacts
imageTag: main
imageTag: main
ingressPathSuffix: inttests
5 changes: 4 additions & 1 deletion pipelines/tasks/gradle-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ spec:
type: array
- name: command
type: array
- name: image
type: string
default: harbor.galasa.dev/docker_proxy_cache/library/gradle:8.9-jdk17
steps:
- name: gradle-build
workingDir: /workspace/git/$(params.context)
image: harbor.galasa.dev/docker_proxy_cache/library/gradle:8.9-jdk17
image: $(params.image)
imagePullPolicy: IfNotPresent
env:
- name: ORG_GRADLE_PROJECT_signingKeyId
Expand Down

0 comments on commit 4bb9e28

Please sign in to comment.