Fork me on GitHub
#cljs-dev
<
2021-05-29
>
darwin08:05:58

@mfikes I will probably need some assistance with http://travis-ci.com setup, I wanted to migrate canary repo and it does not show up in my http://travis-ci.com list of repos under cljs-oss org, not sure what is wrong, because module-deps is there

slipset09:05:09

Not that it makes any big difference, but why not CircleCI? They’re a Clojure shop and some of their employees lurk around in #circleci if problems arise?

darwin09:05:23

for circleci we would have to implement a task runner on our side, similar to: https://github.com/cljs-oss/canary/blob/master/runner/src/canary/runner/travis.clj

mfikes11:05:24

@darwin I too haven’t quite figured out the new Travis stuff. There is a magic “migrate” button that is supposed to make things seamless. The result of contacting them for the free open source plan was that they added 25,000 credits to my paid credit allotment (as opposed to OSS credits).

darwin11:05:15

@mfikes thanks, already figured that out, I was missing the migrate tab, that was blocking repos already associated with org

darwin11:05:06

@mfikes we will need to update all affected access tokens in .travis.yml in the jobs branch, the com tokens are different from org tokens

👍 3
darwin13:05:57

@mfikes all looks good, my projects are working again with http://travis-ci.com, your projects are broken because of old access tokens, see my notes here: https://gist.github.com/darwin/25fe01da19306e6faad352bcb4923ad5

mfikes20:05:45

Canary is now fully migrated to the http://travis-ci.com infra

👍 3
🎉 3
lread21:05:50

I’ve found that, under at least two similar usages, figwheel-main tests are no longer running after upgrading to ClojureScript v1.10.866. I’ve https://github.com/bhauman/figwheel-main/issues/295, but thought I should ping here as well.

mfikes12:05:41

If we can make a minimal repro (not involving Figwheel), we can file a JIRA.

lread13:05:01

Thanks Mike, that sounds totally reasonable. I could take a stab at this @U064J0EFR, but I am not familiar with figwheel-main source code.