Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hippyod committed Aug 8, 2024
1 parent cf3cf9a commit 754ec47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .deploy/cicd/onboarding-post-renderer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir ${TMP_DIR}
cat <&0 > ${TMP_DIR}/${PROJECT_YAML}

helm template --set-string elCicdDefs.PROJECT_ID=${PROJECT_ID},elCicdDefs.TEAM_ID=${TEAM_ID} \
-f onboarding-kustomization.yaml project-labels \
-f onboarding-kustomization.yaml project-labels \
${elcicd_EL_CICD_HELM_OCI_REGISTRY}/elcicd-chart | sed -E '/^#|^---/d' > ${TMP_DIR}/kustomization.yaml

kustomize build ${TMP_DIR}
4 changes: 2 additions & 2 deletions vars/el.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def node(Map args, Closure body) {
cloud: 'openshift',
idleMinutes: "${args.isTest ? '0' : el.cicd.JENKINS_AGENT_MEMORY_IDLE_MINUTES}",
namespace: agentNamespace,
nodeSelector: "${el.cicd.JENKINS_AGENT_NODE_SELECETOR}",
nodeSelector: "${el.cicd.JENKINS_AGENT_NODE_SELECTOR}",
showRawYaml: true,
yaml: """
spec:
Expand All @@ -96,7 +96,7 @@ def node(Map args, Closure body) {
envFrom:
- configMapRef:
name: ${el.cicd.EL_CICD_META_INFO_NAME}
prefix: elcicd_
prefix: elcicd_
volumeMounts:
- mountPath: /home/jenkins/agent
name: agent-home-volume
Expand Down

0 comments on commit 754ec47

Please sign in to comment.