Skip to content

Commit

Permalink
ci: Cron job to run CI everyday (dhis2#3763)
Browse files Browse the repository at this point in the history
* Test cron job every 30 minutes

Signed-off-by: andresmr <[email protected]>

* Set up a Cron job to run ci job everyday at midnight

Signed-off-by: andresmr <[email protected]>

* Ignore flaky test

Signed-off-by: andresmr <[email protected]>

---------

Signed-off-by: andresmr <[email protected]>
  • Loading branch information
andresmr authored Aug 13, 2024
1 parent 8aa7143 commit 62b65f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ pipeline {
label "ec2-android"
}

triggers {
cron('0 0 * * *')
}

options {
buildDiscarder(logRotator(daysToKeepStr: '5'))
timeout(time: 50)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class CellTableTest {
}
}

@Ignore("Flaky test, will be looked up in ANDROAPP-6408")
@Test
fun shouldMoveToNextColumnWhenClickingNext() {
tableRobot(composeTestRule) {
Expand Down

0 comments on commit 62b65f0

Please sign in to comment.