Skip to content

Commit fe88c1b

Browse files
refackrvagg
authored andcommitted
cron: reschedule nightlies (nodejs#1218)
* cron: reschedule nightlies * move to 07:00UTC = 00:00PST = 03:00EST * spacing them 2 hour apart * [squash] new times based to statistics
1 parent d62e636 commit fe88c1b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

setup/www/tasks/tools.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
dest: /etc/crontab
3131
line: "{{ item }}"
3232
with_items:
33-
- '0 20 * * * dist /usr/bin/nodejs-nightly-builder --type v8-canary --ref heads/canary --config /etc/nightly-builder-v8-canary.json'
34-
- '0 19 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/v9.x-staging --config /etc/nightly-builder.json'
35-
- '0 18 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/master --config /etc/nightly-builder.json'
36-
- '0 11 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/v9.x --config /etc/nightly-builder-chakracore.json'
37-
- '0 10 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/master --config /etc/nightly-builder-chakracore.json'
33+
# 07:00UTC is 00:00PST and 03:00EST
34+
- '0 6 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/master --config /etc/nightly-builder.json'
35+
- '0 8 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/v9.x-staging --config /etc/nightly-builder.json'
36+
- '0 10 * * * dist /usr/bin/nodejs-nightly-builder --type v8-canary --ref heads/canary --config /etc/nightly-builder-v8-canary.json'
37+
- '0 4 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/v9.x --config /etc/nightly-builder-chakracore.json'
38+
- '0 5 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/master --config /etc/nightly-builder-chakracore.json'
3839
tags: tools

0 commit comments

Comments
 (0)