Cirrus-ci-docs: Error while loading tasks: FAILED_PRECONDITION: No tasks found to start!!

Created on 24 Jul 2019  路  3Comments  路  Source: cirruslabs/cirrus-ci-docs

Expected Behavior

We should have a build check show up on PRs.

Real Behavior

We have our build check but also an extraneous Cirrus CI check that shows up on PRs and always fails with the message in the title.

Related Info

See the checks on this PR for example:
https://github.com/riboseinc/rnp/pull/891

bug

Most helpful comment

Thanks @fkorotkov! That makes sense!

All 3 comments

Not really sure whats going on here...
uh
馃槙

It's because you have

only_if: $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH =~ 'release/.*' || $CIRRUS_PR != ''

in your .cirrus.yml. So you pushed the banch which caused the error get attached to the SHA and then you opened a PR which led to the green build.

Just deployed a change that fixes this corner case. Sorry for the inconvenience.

Thanks @fkorotkov! That makes sense!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fkorotkov picture fkorotkov  路  4Comments

dbolkensteyn picture dbolkensteyn  路  3Comments

plicease picture plicease  路  5Comments

januswel picture januswel  路  4Comments

EpicEric picture EpicEric  路  3Comments