Skip to content

Commit c3525ef

Browse files
committed
www: start chakracore-nightly with nightly-builder
1 parent e450100 commit c3525ef

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"jenkinsToken": "{{ jenkins_token }}",
3+
"jenkinsJobUrl": "https://ci-release.nodejs.org/job/node-chakracore-nightly",
4+
"jenkinsCrumbUrl": "https://ci-release.nodejs.org/crumbIssuer/api/json",
5+
"githubAuthUser": "{{ github_auth_user }}",
6+
"githubAuthToken": "{{ github_auth_token }}",
7+
"githubOrg": "nodejs",
8+
"githubRepo": "node-chakracore",
9+
"githubScheme": "https://github.com/",
10+
"urlTypePrefix": "chakracore-"
11+
}

setup/www/tasks/tools.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
mode: 0644
1818
tags: nightly-builder
1919

20+
- name: nightly-builder-chakracore | Copy config
21+
template:
22+
src: ./resources/config/nightly-builder-chakracore.json.j2
23+
dest: /etc/nightly-builder-chakracore.json
24+
mode: 0644
25+
tags: nightly-builder
26+
2027
#TODO: the branches are hardwired here, they should be in vars somewhere
2128
- name: tools | Add periodic tasks to crontab
2229
lineinfile:
@@ -26,5 +33,7 @@
2633
- '0 20 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/v6.x --config /etc/nightly-builder.json'
2734
- '0 19 * * * dist /usr/bin/nodejs-nightly-builder --type nightly --ref heads/v7.x --config /etc/nightly-builder.json'
2835
- '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/v8.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'
2938
- '1 0 * * * root npm update -g nodejs-latest-linker nodejs-dist-indexer nodejs-nightly-builder >& /dev/null'
3039
tags: tools

0 commit comments

Comments
 (0)