Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodbindal authored Feb 3, 2025
2 parents 3677f87 + 0e5f607 commit d78b1e9
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 1,092 deletions.
4 changes: 2 additions & 2 deletions .konflux/dockerfiles/cache.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ LABEL \
io.k8s.description="Red Hat OpenShift Pipelines Tekton Caches" \
io.openshift.tags="pipelines,tekton,openshift,tekton-caches"

RUN microdnf install -y shadow-utils
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
RUN microdnf install -y shadow-utils && \
groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot nonroot
USER 65532
25 changes: 0 additions & 25 deletions .konflux/main/tests-on-push.yaml

This file was deleted.

8 changes: 5 additions & 3 deletions .konflux/main/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@
apiVersion: appstudio.redhat.com/v1beta2
kind: IntegrationTestScenario
metadata:
name: tekton-caches-main-enterprise-contract-group
name: tekton-caches-main-enterprise-contract
spec:
application: tekton-caches-main
contexts:
- description: Application testing
name: group
- description: Application testing for tekton-caches-main-cache
name: component_tekton-caches-main-cache
params:
- name: POLICY_CONFIGURATION
value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers
- name: TIMEOUT
value: "15m0s"
- name: SINGLE_COMPONENT
value: "true"
resolverRef:
params:
- name: url
Expand Down
2 changes: 1 addition & 1 deletion .konflux/next/component-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
git:
url: https://github.com/openshift-pipelines/tekton-caches
dockerfileUrl: .konflux/dockerfiles/cache.Dockerfile
revision: main
revision: release-v0.1.x
25 changes: 0 additions & 25 deletions .konflux/next/tests-on-push.yaml

This file was deleted.

8 changes: 5 additions & 3 deletions .konflux/next/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@
apiVersion: appstudio.redhat.com/v1beta2
kind: IntegrationTestScenario
metadata:
name: tekton-caches-next-enterprise-contract-group
name: tekton-caches-next-enterprise-contract
spec:
application: tekton-caches-next
contexts:
- description: Application testing
name: group
- description: Application testing for tekton-caches-next-cache
name: component_tekton-caches-next-cache
params:
- name: POLICY_CONFIGURATION
value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers
- name: TIMEOUT
value: "15m0s"
- name: SINGLE_COMPONENT
value: "true"
resolverRef:
params:
- name: url
Expand Down
Loading

0 comments on commit d78b1e9

Please sign in to comment.