Marco Castelluccio

Results 467 comments of Marco Castelluccio
trafficstars

I added them yesterday, sorry I forgot to add a comment here.

We are running out of disk space and I couldn't find a way to increase it on Heroku. Reopening this as I had to remove mozilla-esr115 and mozilla-release.

This is what I removed from the config, so we can copy it back once we find a way to increase the disk size or once we move off of...

I can't find a way to increase the local disk size on Heroku, other than moving from a performance-m dyno to a standard-2x one. Unfortunately, standard-2x has too little memory...

This would be fixed around here: https://github.com/mozilla/libmozevent/blob/a41fad391146bbdc182b3bcc295353c30f76bfbc/libmozevent/mercurial.py#L357.

We should return a failure and post to Phab that we run out of time.

This is fixed in libmozevent, we just need to upgrade the lib.

Here's the current config: ``` - checkout: robust try_url: ssh://hg.mozilla.org/try-comm-central try_mode: json try_name: try-comm-central name: comm-central ssh_user: reviewbot url: https://hg.mozilla.org/comm-central decision_env_revision: COMM_HEAD_REV decision_env_repository: COMM_HEAD_REPOSITORY decision_env_prefix: COMM ``` Should we only...

Done, we should see it working after the next restart of the service.