Skip to content

Commit

Permalink
Modify RHTAP pipeline default for hermetic builds
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Ball <[email protected]>
  • Loading branch information
lance committed Sep 25, 2023
1 parent e334e68 commit cb5ef6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .tekton/cosign-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@ spec:
description: Skip optional checks, set false if you want to run optional checks
name: skip-optional
type: string
- default: "false"
- default: "true"
description: Execute the build with network isolation
name: hermetic
type: string
value: "true"
- default: ""
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
Expand Down
3 changes: 1 addition & 2 deletions .tekton/cosign-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@ spec:
description: Skip optional checks, set false if you want to run optional checks
name: skip-optional
type: string
- default: "false"
- default: "true"
description: Execute the build with network isolation
name: hermetic
type: string
value: "true"
- default: ""
description: Build dependencies to be prefetched by Cachi2
name: prefetch-input
Expand Down

0 comments on commit cb5ef6c

Please sign in to comment.