Skip to content

Commit

Permalink
Revert "feat!: upgraded pipeline catalog to latest tekton"
Browse files Browse the repository at this point in the history
This reverts commit 5c43075.
  • Loading branch information
Skisocks committed Jun 19, 2023
1 parent 0f7f74d commit f3646e4
Show file tree
Hide file tree
Showing 632 changed files with 3,313 additions and 64,089 deletions.
82 changes: 25 additions & 57 deletions .lighthouse/jenkins-x/lint-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,63 +6,31 @@ metadata:
spec:
pipelineSpec:
tasks:
- name: git-clone-pr
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/git-clone/git-clone-pr.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: jx-variables
runAfter:
- git-clone-pr
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/helm/pullrequest/jx-variables.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: build-helm-build
runAfter:
- jx-variables
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/helm/pullrequest/build-helm-build.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
workspaces:
- name: pipeline-ws
- name: from-build-pack
resources: {}
taskSpec:
metadata: {}
stepTemplate:
image: uses:jenkins-x/jx3-pipeline-catalog/tasks/helm/pullrequest.yaml@versionStream
name: ""
resources:
requests:
cpu: 200m
memory: 256Mi
workingDir: /workspace/source
steps:
- image: uses:jenkins-x/jx3-pipeline-catalog/tasks/git-clone/git-clone-pr.yaml@versionStream
name: ""
resources: {}
- name: jx-variables
resources: {}
- name: build-helm-build
resources: {}
script: |
#!/usr/bin/env sh
. .jx/variables.sh
. /workspace/source/.lighthouse/jenkins-x/lint-helm.sh
podTemplate: {}
serviceAccountName: tekton-bot
timeout: 12h0m0s
workspaces:
- name: pipeline-ws
volumeClaimTemplate:
metadata:
creationTimestamp: null
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 328761Ki
status: {}
status: {}
85 changes: 18 additions & 67 deletions .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,60 +6,29 @@ metadata:
spec:
pipelineSpec:
tasks:
- name: git-clone-pr
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/git-clone/git-clone-pr.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: next-version
runAfter:
- git-clone-pr
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: a5ab19ebc5a074e0402c5016b11bc11b32cc5c83
- name: pathInRepo
value: tasks/go/release/next-version.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: jx-variables
runAfter:
- next-version
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: a5ab19ebc5a074e0402c5016b11bc11b32cc5c83
- name: pathInRepo
value: tasks/go/release/jx-variables.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: runci
runAfter:
- jx-variables
- name: from-build-pack
resources: {}
taskSpec:
metadata: {}
spec: null
stepTemplate:
image: uses:jenkins-x/jx3-pipeline-catalog/tasks/go/release.yaml@a5ab19ebc5a074e0402c5016b11bc11b32cc5c83
name: ""
resources: {}
resources:
# override limits for all containers here
limits: {}
workingDir: /workspace/source
steps:
- image: uses:jenkins-x/jx3-pipeline-catalog/tasks/git-clone/git-clone-pr.yaml@versionStream
name: ""
resources: {}
- name: next-version
resources: {}
- name: jx-variables
resources:
# override requests for the pod here
requests:
cpu: 400m
memory: 600Mi
- env:
- name: GH_ACCESS_TOKEN
valueFrom:
Expand All @@ -76,25 +45,7 @@ spec:
cd /workspace/source/.lighthouse/jenkins-x/tests
go mod download
make test
workspaces:
- description: The workspace used to store the cloned git repository and the
generated files
mountPath: /workspace
name: output
workspaces:
- name: pipeline-ws
podTemplate: {}
serviceAccountName: tekton-bot
timeout: 12h0m0s
workspaces:
- name: pipeline-ws
volumeClaimTemplate:
metadata:
creationTimestamp: null
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 328761Ki
status: {}
status: {}
102 changes: 20 additions & 82 deletions .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,75 +6,31 @@ metadata:
spec:
pipelineSpec:
tasks:
- name: git-clone
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/git-clone/git-clone.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: next-version
runAfter:
- git-clone
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/go/release/next-version.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: jx-variables
runAfter:
- next-version
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/go/release/jx-variables.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: promote-changelog
runAfter:
- jx-variables
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/go/release/promote-changelog.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: promote-pullrequest
runAfter:
- promote-changelog
- name: from-build-pack
resources: {}
taskSpec:
metadata: {}
spec: null
stepTemplate:
image: uses:jenkins-x/jx3-pipeline-catalog/tasks/go/release.yaml@versionStream
name: ""
resources: {}
resources:
# override limits for all containers here
limits: {}
workingDir: /workspace/source
steps:
- image: uses:jenkins-x/jx3-pipeline-catalog/tasks/git-clone/git-clone.yaml@versionStream
name: ""
resources: {}
- name: next-version
resources: {}
- name: jx-variables
resources:
# override requests for the pod here
requests:
cpu: 400m
memory: 600Mi
- name: promote-changelog
resources: {}
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-pullrequest
resources: {}
Expand All @@ -89,25 +45,7 @@ spec:
git add * || true
git commit -a -m "chore: upgrade environment pull request to $PULL_BASE_SHA" --allow-empty
git push
workspaces:
- description: The workspace used to store the cloned git repository and the
generated files
mountPath: /workspace
name: output
workspaces:
- name: pipeline-ws
podTemplate: {}
serviceAccountName: tekton-bot
timeout: 12h0m0s
workspaces:
- name: pipeline-ws
volumeClaimTemplate:
metadata:
creationTimestamp: null
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 328761Ki
status: {}
status: {}
65 changes: 22 additions & 43 deletions environment-remote/.lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,27 @@ metadata:
spec:
pipelineSpec:
tasks:
- name: git-clone-env-pr
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/git-clone/git-clone-env-pr.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
- name: make-pr
runAfter:
- git-clone-env-pr
taskRef:
params:
- name: url
value: https://github.com/jenkins-x/jx3-pipeline-catalog.git
- name: revision
value: versionStream
- name: pathInRepo
value: tasks/environment/pullrequest/make-pr.yaml
resolver: git
workspaces:
- name: output
workspace: pipeline-ws
workspaces:
- name: pipeline-ws
- name: from-build-pack
resources: {}
taskSpec:
metadata: {}
stepTemplate:
image: uses:jenkins-x/jx3-pipeline-catalog/tasks/environment/pullrequest.yaml@versionStream
name: ""
resources:
# override limits for all containers here
limits: {}
workingDir: /workspace/source
steps:
- image: uses:jenkins-x/jx3-pipeline-catalog/tasks/git-clone/git-clone-env-pr.yaml@versionStream
resources: {}
- name: make-pr
resources:
# override requests for the pod here
requests:
cpu: 400m
memory: 512Mi
podTemplate: {}
serviceAccountName: tekton-bot
timeout: 12h0m0s
workspaces:
- name: pipeline-ws
volumeClaimTemplate:
metadata:
creationTimestamp: null
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 328761Ki
status: {}
status: {}
status: {}
Loading

0 comments on commit f3646e4

Please sign in to comment.