-
Notifications
You must be signed in to change notification settings - Fork 2
/
options.edn
31 lines (31 loc) · 1.42 KB
/
options.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{:projects "/canary/runner/src/canary/projects",
:compiler-repo "https://github.com/clojure/clojurescript.git",
:meta-job-args "job",
:rootdir "/canary",
:compiler-rev "master",
:verbosity 0,
:job-id "1851",
:polling-interval 60000,
:production true,
:spawning-delay 1000,
:cachedir "/canary/runner/.cachedir",
:action :job,
:workdir "/canary/runner/.workdir",
:build-result
{:canary-job-commit-url "https://github.com/cljs-oss/canary/commit/2a5e916b970a4650c8c10dcfc2d16668821bc9ca",
:build-version "1.10.867",
:build-download-url
"https://github.com/cljs-oss/canary/releases/download/r1.10.867-9027c028/clojurescript-1.10.867-9027c028.jar",
:github-release-tag "r1.10.867-9027c028",
:build-rev "9027c02852bbeb512cda728e5f0551145e921a9c",
:build-jar-path "/canary/runner/.workdir/clojurescript-1.10.867-9027c028.jar",
:compiler-rev-url "https://github.com/clojure/clojurescript/commit/9027c02852bbeb512cda728e5f0551145e921a9c",
:canary-job-commit-author-login "babot",
:build-id "1.10.867-9027c028",
:github-release-name "ClojureScript 1.10.867-9027c028",
:canary-job-commit-author-avatar-url "https://avatars.githubusercontent.com/u/1476765?v=4",
:canary-job-commit-author-date "2021-07-08T11:12:16Z",
:travis-build-url "https://travis-ci.com/cljs-oss/canary/builds/232150599",
:canary-job-commit "2a5e916b970a4650c8c10dcfc2d16668821bc9ca",
:canary-job-commit-author-name "BinaryAge Bot"},
:timeout 1800000}