Chad Dougherty

Results 24 comments of Chad Dougherty

On 2018-04-17 14:12, Marcel Kost wrote: > @crd477 Does the workspace also include the > logs? Because in general we want to keep them as long as possible, at >...

Also of note, the peloton Jenkins project is configured to keep old items for 30 days.

@lmwnshn also mentioned this one to me in Slack: http://jenkins.db.cs.cmu.edu:8080/blue/organizations/jenkins/terrier/detail/master/729/pipeline A common factor in all of these was the worker node that they happened on, `h0.jenkins.CMUDB-CI`. It has been running...

Has anyone observed any more failures of this type?

I encountered a similar error but in `NVIDIA/gpu-feature-discovery`. Does the `failOnInitError` fix need to be applied there too? My (lightly sanitized) inventory is as follows: ``` [all] mgmt ansible_host=10.1.2.2 login...

I noticed that there have been subsequent releases that didn't go through this process. As a result, I didn't get notified. Was this unintentional? Thank you!

By the way, I believe this addresses #51 and #43

With respect to the first issue, it seems unlikely that CircleCI is interested in doing anything to address it. See: https://discuss.circleci.com/t/static-websites-in-artifacts/37093 which references: https://discuss.circleci.com/t/circle-artifacts-com-not-using-index-html/320

> It is strange then (worth investigation by someone interested) why `codespell` found a good number of typos for me? Could it be because the `files` input is (mis-)specified as...

It's not the spaces. I checked the workflow logs and even tested it out in my own container, and it runs as specified despite not finding the actual typos. Weird....