File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments