Skip to content

Commit

Permalink
Update periodic compliance jobs to use job-release label (#51476)
Browse files Browse the repository at this point in the history
This will make it easier to track job results over time.
  • Loading branch information
rhmdnd committed May 1, 2024
1 parent 667d5a3 commit c1fbcb7
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ releases:
name: "4.13"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.13"
namespace: ocp
candidate:
product: ocp
stream: ci
version: "4.13"
resources:
'*':
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ releases:
name: "4.14"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.14"
namespace: ocp
candidate:
product: ocp
stream: ci
version: "4.14"
resources:
'*':
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ releases:
name: "4.15"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.15"
namespace: ocp
candidate:
product: ocp
stream: ci
version: "4.15"
resources:
'*':
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ releases:
name: "4.16"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.16"
namespace: ocp
candidate:
product: ocp
stream: ci
version: "4.16"
resources:
'*':
requests:
Expand Down

0 comments on commit c1fbcb7

Please sign in to comment.