From 3f0bb47a5dc4fd551607e0a48511eb7721adf04d Mon Sep 17 00:00:00 2001 From: James Date: Thu, 14 Apr 2022 14:50:16 -0400 Subject: [PATCH 1/5] changing the cron trigger time and crossing my fingers --- .github/workflows/gatk-nightly-docker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gatk-nightly-docker.yml b/.github/workflows/gatk-nightly-docker.yml index 799a351fc09..1ad847a3957 100644 --- a/.github/workflows/gatk-nightly-docker.yml +++ b/.github/workflows/gatk-nightly-docker.yml @@ -1,10 +1,9 @@ name: Build and Upload GATK Nightly Docker Image on: schedule: - # trigger the job the image at 1am est every night (UTC 20:00) - # NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk - - cron: '0 20 * * *' + - cron: '17 20 * * *' # trigger the job the image at 1:17am est every night (UTC 20:17) +# NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk jobs: buildDocker: name: build docker images From 41935c4d9cb5aa43565aac09dfe94d05f4d277d2 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 14 Apr 2022 14:56:11 -0400 Subject: [PATCH 2/5] i don't know how time zones work --- .github/workflows/gatk-nightly-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatk-nightly-docker.yml b/.github/workflows/gatk-nightly-docker.yml index 1ad847a3957..67896f43ff6 100644 --- a/.github/workflows/gatk-nightly-docker.yml +++ b/.github/workflows/gatk-nightly-docker.yml @@ -1,7 +1,7 @@ name: Build and Upload GATK Nightly Docker Image on: schedule: - - cron: '17 20 * * *' # trigger the job the image at 1:17am est every night (UTC 20:17) + - cron: '17 205 * * *' # trigger the job the image at 1:17am est every night (UTC 05:17) # NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk jobs: From 9f4d1aafcde60ddbca55c2eba69125e886224f15 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 14 Apr 2022 14:58:08 -0400 Subject: [PATCH 3/5] i don't know how time zones work --- .github/workflows/gatk-nightly-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatk-nightly-docker.yml b/.github/workflows/gatk-nightly-docker.yml index 67896f43ff6..7fbd2edec34 100644 --- a/.github/workflows/gatk-nightly-docker.yml +++ b/.github/workflows/gatk-nightly-docker.yml @@ -1,7 +1,7 @@ name: Build and Upload GATK Nightly Docker Image on: schedule: - - cron: '17 205 * * *' # trigger the job the image at 1:17am est every night (UTC 05:17) + - cron: '17 05 * * *' # trigger the job the image at 1:17am est every night (UTC 05:17) # NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk jobs: From 3346ae12bf3eb2e5afbf5f7c1facfa2e0c9ce9c4 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 14 Apr 2022 15:13:57 -0400 Subject: [PATCH 4/5] more timezone gore --- .github/workflows/gatk-nightly-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatk-nightly-docker.yml b/.github/workflows/gatk-nightly-docker.yml index 7fbd2edec34..87c2394ad77 100644 --- a/.github/workflows/gatk-nightly-docker.yml +++ b/.github/workflows/gatk-nightly-docker.yml @@ -1,7 +1,7 @@ name: Build and Upload GATK Nightly Docker Image on: schedule: - - cron: '17 05 * * *' # trigger the job the image at 1:17am est every night (UTC 05:17) + - cron: '17 05 * * *' # trigger the job the image at 12:17am EST every night (UTC 05:17) # NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk jobs: From ba2e9520c804f6eb4f056ffca8c615730df5a0a7 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 14 Apr 2022 15:26:27 -0400 Subject: [PATCH 5/5] typo --- .github/workflows/gatk-nightly-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatk-nightly-docker.yml b/.github/workflows/gatk-nightly-docker.yml index 87c2394ad77..d623eaf25e4 100644 --- a/.github/workflows/gatk-nightly-docker.yml +++ b/.github/workflows/gatk-nightly-docker.yml @@ -1,7 +1,7 @@ name: Build and Upload GATK Nightly Docker Image on: schedule: - - cron: '17 05 * * *' # trigger the job the image at 12:17am EST every night (UTC 05:17) + - cron: '17 05 * * *' # trigger the job to build the image at 12:17am EST every night (UTC 05:17) # NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk jobs: