Fwd: [rlucas7/scipy] Run failed: Nightly build - master (c5e0ca5)
Hi scipy-dev, I think my branch is failing the python 3.9 (experimental) build. I don’t see the failure every night but instead maybe once a month. Has anyone else seen this and know what needs to be changed? Presumably there is a configuration file that I need to change an entry to turn off the build. Begin forwarded message:
From: Lucas Roberts <notifications@github.com> Date: July 16, 2020 at 8:03:43 PM EDT To: rlucas7/scipy <scipy@noreply.github.com> Cc: Ci activity <ci_activity@noreply.github.com> Subject: [rlucas7/scipy] Run failed: Nightly build - master (c5e0ca5) Reply-To: rlucas7/scipy <noreply@github.com>
Run failed for master (c5e0ca5)
Repository: rlucas7/scipy Workflow: Nightly build Duration: 35.0 seconds Finished: 2020-07-17 00:03:24 UTC
View results
Jobs: test_nightly (3.9) failed (1 annotation) — You are receiving this because this workflow ran on your branch. Manage your GitHub Actions notifications here.
On Sat, 18 Jul 2020, 07:03 , <rlucas7@vt.edu> wrote:
Hi scipy-dev,
I think my branch is failing the python 3.9 (experimental) build. I don’t see the failure every night but instead maybe once a month.
Has anyone else seen this and know what needs to be changed?
https://github.community/t/stop-github-actions-running-on-a-fork/17965 does this do what you're asking?
On Fri, Jul 17, 2020 at 5:13 PM Andrew Nelson <andyfaff@gmail.com> wrote:
On Sat, 18 Jul 2020, 07:03 , <rlucas7@vt.edu> wrote:
Hi scipy-dev,
I think my branch is failing the python 3.9 (experimental) build. I don’t see the failure every night but instead maybe once a month.
Has anyone else seen this and know what needs to be changed?
https://github.community/t/stop-github-actions-running-on-a-fork/17965 does this do what you're asking?
Hmm, that might be it, difficult to say as it seems to occur only once a month it seems (despite being called nightly builds). Looks like github has "Enable local and third party Actions for this repository" as the default setting for my SciPy fork. I've changed to "Disable Actions for this repository" setting based on the linked suggestion, let's see if that works. Thanks!
_______________________________________________ SciPy-Dev mailing list SciPy-Dev@python.org https://mail.python.org/mailman/listinfo/scipy-dev
-- Sincerely, -Lucas
Hmm, that might be it, difficult to say as it seems to occur only once a month it seems (despite being called nightly builds). Looks like github has "Enable local and third party Actions for this repository" as the default setting for my SciPy fork. I've changed to "Disable Actions for this repository" setting based on the linked suggestion, let's see if that works.
It's nightly in as much as it's testing against the current state of Python 3.9 at the time the branch is updated. We can call it something else if desired (a cron job is also possible to truly run it every night). A.
participants (3)
-
Andrew Nelson -
Lucas Roberts -
rlucas7@vt.edu