Skip to content
Merged
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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resources:
memory: 200Mi
tests:
- as: node-density-heavy-25nodes
cron: 48 14 1 * *
cron: '@daily'
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale-qe
Expand Down Expand Up @@ -95,7 +95,7 @@ tests:
- ref: openshift-qe-orion
workflow: openshift-qe-installer-aws
- as: node-density-heavy-25nodes-service-without-loki
cron: 48 14 2 * *
cron: '@daily'
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale-qe
Expand Down Expand Up @@ -145,7 +145,7 @@ tests:
- ref: openshift-qe-orion
workflow: openshift-qe-installer-aws
- as: cluster-density-v2-250nodes
cron: 48 14 3 * *
cron: '@weekly'
steps:
allow_skip_on_success: true
cluster_profile: aws-perfscale-qe
Expand Down
Loading