Skip to content

Commit

Permalink
fix: update the cron of execution sweep in test (#20636)
Browse files Browse the repository at this point in the history
fix: update the cron of execution sweep in test per the change of this
PR: #20601

Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
  • Loading branch information
zyyw committed Jun 20, 2024
1 parent c75d08f commit bb2c62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/Harbor-Pages/Job_Service_Dashboard.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *']]

Expand Down

0 comments on commit bb2c62c

Please sign in to comment.