Skip to content

Commit

Permalink
improve tekton-experimental-helm-lint porw job
Browse files Browse the repository at this point in the history
use k8s agent
  • Loading branch information
charles-edouard.breteche authored and tekton-robot committed Apr 7, 2020
1 parent 3f3644f commit b87b9a1
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,35 +452,17 @@ presubmits:
secret:
secretName: test-account
- name: pull-tekton-experimental-helm-lint
agent: tekton-pipeline
agent: kubernetes
always_run: true
rerun_command: /run tekton-experimental-helm-lint
trigger: "(?m)^/run (all|tekton-experimental-helm-lint),?(\\s+|$)"
pipeline_run_spec:
pipelineSpec:
resources:
- name: src
type: git
tasks:
- taskSpec:
inputs:
resources:
- name: src
type: git
steps:
- image: alpine/helm:3.1.2
workingDir: /workspace/src/helm
script: |
#!/usr/bin/env sh
helm lint ./pipeline
resources:
inputs:
- name: src
resource: src
resources:
- name: src
resourceRef:
name: PROW_IMPLICIT_GIT_REF
spec:
containers:
- image: alpine/helm:3.1.2
imagePullPolicy: IfNotPresent
args:
- lint
- ./helm/pipeline
tektoncd/operator:
- name: pull-tekton-operator-build-tests
agent: kubernetes
Expand Down

0 comments on commit b87b9a1

Please sign in to comment.