mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
fix: update the cron of execution sweep in test (#20636)
fix: update the cron of execution sweep in test per the change of this PR: https://github.com/goharbor/harbor/pull/20601 Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
This commit is contained in:
parent
c75d08fcc4
commit
bb2c62c4c5
@ -141,7 +141,7 @@ Check Schedule List
|
||||
# Check log rotation schedule
|
||||
Retry Wait Until Page Contains Element //clr-dg-row[.//clr-dg-cell[text()='PURGE_AUDIT_LOG'] and .//clr-dg-cell[text()='${schedule_cron}']]
|
||||
# Check execution sweep schedule
|
||||
Retry Wait Until Page Contains Element //clr-dg-row[.//clr-dg-cell[text()='EXECUTION_SWEEP'] and .//clr-dg-cell[text()='0 0 * * * *']]
|
||||
Retry Wait Until Page Contains Element //clr-dg-row[.//clr-dg-cell[text()='EXECUTION_SWEEP'] and .//clr-dg-cell[text()='0 0 0 * * *']]
|
||||
# Check system artifact cleanup schedule
|
||||
Retry Wait Until Page Contains Element //clr-dg-row[.//clr-dg-cell[text()='SYSTEM_ARTIFACT_CLEANUP'] and .//clr-dg-cell[text()='0 0 0 * * *']]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user