Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/update-sources.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Generated for Konflux Application openshift-pipelines-core by openshift-pipelines/hack. DO NOT EDIT
name: update-sources-tektoncd-hub

on:
workflow_dispatch: {}
schedule:
- cron: "0 1 * * *" # At 1AM everyday
- cron: "0 23 * * *" # At 23:00 everyday

jobs:

Expand Down
9 changes: 5 additions & 4 deletions .tekton/tektoncd-hub-1-22-api-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ metadata:
".tekton/tektoncd-hub-1-22-api-pull-request.yaml".pathChanged())
labels:
appstudio.openshift.io/application: openshift-pipelines-core-1-22
appstudio.openshift.io/component: tektoncd-hub-api-1-22
appstudio.openshift.io/component: tektoncd-hub-1-22-api
pipelines.appstudio.openshift.io/type: build
name: tektoncd-hub-1-22-api-on-pull-request
namespace: tekton-ecosystem-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: upstream-git-url
value: 'https://github.com/tektoncd/hub'
- name: revision
value: '{{revision}}'
- name: output-image
Expand All @@ -35,18 +37,17 @@ spec:
value: .konflux/dockerfiles/api.Dockerfile
- name: additional-tags
value:
- "on-pr-1.22"
- "on-pr-1.22.0"
- name: build-platforms
value:
- linux/x86_64
- linux/x86_64
- name: prefetch-input
value: |
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
name: docker-build-ta
taskRunTemplate:
serviceAccountName: build-pipeline-tektoncd-hub-api-1-22
serviceAccountName: build-pipeline-tektoncd-hub-1-22-api
workspaces:
- name: git-auth
secret:
Expand Down
7 changes: 4 additions & 3 deletions .tekton/tektoncd-hub-1-22-api-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: openshift-pipelines-core-1-22
appstudio.openshift.io/component: tektoncd-hub-api-1-22
appstudio.openshift.io/component: tektoncd-hub-1-22-api
pipelines.appstudio.openshift.io/type: build
name: tektoncd-hub-1-22-api-on-push
namespace: tekton-ecosystem-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: upstream-git-url
value: 'https://github.com/tektoncd/hub'
- name: revision
value: '{{revision}}'
- name: output-image
Expand All @@ -33,15 +35,14 @@ spec:
value: .konflux/dockerfiles/api.Dockerfile
- name: additional-tags
value:
- "1.22"
- "1.22.0"
- name: prefetch-input
value: |
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
name: docker-build-ta
taskRunTemplate:
serviceAccountName: build-pipeline-tektoncd-hub-api-1-22
serviceAccountName: build-pipeline-tektoncd-hub-1-22-api
workspaces:
- name: git-auth
secret:
Expand Down
9 changes: 5 additions & 4 deletions .tekton/tektoncd-hub-1-22-db-migration-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ metadata:
".tekton/tektoncd-hub-1-22-db-migration-pull-request.yaml".pathChanged())
labels:
appstudio.openshift.io/application: openshift-pipelines-core-1-22
appstudio.openshift.io/component: tektoncd-hub-db-migration-1-22
appstudio.openshift.io/component: tektoncd-hub-1-22-db-migration
pipelines.appstudio.openshift.io/type: build
name: tektoncd-hub-1-22-db-migration-on-pull-request
namespace: tekton-ecosystem-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: upstream-git-url
value: 'https://github.com/tektoncd/hub'
- name: revision
value: '{{revision}}'
- name: output-image
Expand All @@ -35,18 +37,17 @@ spec:
value: .konflux/dockerfiles/db-migration.Dockerfile
- name: additional-tags
value:
- "on-pr-1.22"
- "on-pr-1.22.0"
- name: build-platforms
value:
- linux/x86_64
- linux/x86_64
- name: prefetch-input
value: |
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
name: docker-build-ta
taskRunTemplate:
serviceAccountName: build-pipeline-tektoncd-hub-db-migration-1-22
serviceAccountName: build-pipeline-tektoncd-hub-1-22-db-migration
workspaces:
- name: git-auth
secret:
Expand Down
7 changes: 4 additions & 3 deletions .tekton/tektoncd-hub-1-22-db-migration-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: openshift-pipelines-core-1-22
appstudio.openshift.io/component: tektoncd-hub-db-migration-1-22
appstudio.openshift.io/component: tektoncd-hub-1-22-db-migration
pipelines.appstudio.openshift.io/type: build
name: tektoncd-hub-1-22-db-migration-on-push
namespace: tekton-ecosystem-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: upstream-git-url
value: 'https://github.com/tektoncd/hub'
- name: revision
value: '{{revision}}'
- name: output-image
Expand All @@ -33,15 +35,14 @@ spec:
value: .konflux/dockerfiles/db-migration.Dockerfile
- name: additional-tags
value:
- "1.22"
- "1.22.0"
- name: prefetch-input
value: |
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
name: docker-build-ta
taskRunTemplate:
serviceAccountName: build-pipeline-tektoncd-hub-db-migration-1-22
serviceAccountName: build-pipeline-tektoncd-hub-1-22-db-migration
workspaces:
- name: git-auth
secret:
Expand Down
9 changes: 5 additions & 4 deletions .tekton/tektoncd-hub-1-22-ui-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ metadata:
".tekton/tektoncd-hub-1-22-ui-pull-request.yaml".pathChanged())
labels:
appstudio.openshift.io/application: openshift-pipelines-core-1-22
appstudio.openshift.io/component: tektoncd-hub-ui-1-22
appstudio.openshift.io/component: tektoncd-hub-1-22-ui
pipelines.appstudio.openshift.io/type: build
name: tektoncd-hub-1-22-ui-on-pull-request
namespace: tekton-ecosystem-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: upstream-git-url
value: 'https://github.com/tektoncd/hub'
- name: revision
value: '{{revision}}'
- name: output-image
Expand All @@ -35,18 +37,17 @@ spec:
value: .konflux/dockerfiles/ui.Dockerfile
- name: additional-tags
value:
- "on-pr-1.22"
- "on-pr-1.22.0"
- name: build-platforms
value:
- linux/x86_64
- linux/x86_64
- name: prefetch-input
value: |
[{"type": "npm", "path": "upstream/ui"}, {"type": "rpm", "path": ".konflux/rpms"}]
pipelineRef:
name: docker-build-ta
taskRunTemplate:
serviceAccountName: build-pipeline-tektoncd-hub-ui-1-22
serviceAccountName: build-pipeline-tektoncd-hub-1-22-ui
workspaces:
- name: git-auth
secret:
Expand Down
7 changes: 4 additions & 3 deletions .tekton/tektoncd-hub-1-22-ui-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: openshift-pipelines-core-1-22
appstudio.openshift.io/component: tektoncd-hub-ui-1-22
appstudio.openshift.io/component: tektoncd-hub-1-22-ui
pipelines.appstudio.openshift.io/type: build
name: tektoncd-hub-1-22-ui-on-push
namespace: tekton-ecosystem-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: upstream-git-url
value: 'https://github.com/tektoncd/hub'
- name: revision
value: '{{revision}}'
- name: output-image
Expand All @@ -33,15 +35,14 @@ spec:
value: .konflux/dockerfiles/ui.Dockerfile
- name: additional-tags
value:
- "1.22"
- "1.22.0"
- name: prefetch-input
value: |
[{"type": "npm", "path": "upstream/ui"}, {"type": "rpm", "path": ".konflux/rpms"}]
pipelineRef:
name: docker-build-ta
taskRunTemplate:
serviceAccountName: build-pipeline-tektoncd-hub-ui-1-22
serviceAccountName: build-pipeline-tektoncd-hub-1-22-ui
workspaces:
- name: git-auth
secret:
Expand Down