mozilla-services/autograph

Fix CI

hwine opened this issue · 1 comments

hwine commented

Currently, only ci/circleci: build-integrationtest-verify passes on CI.

The unit tests will pass locally. So should be made to pass on CI.

Per @quiiver this should be straight forward without bumping golang version.

Will - any guidance here appreciated. More folks are getting into the code 😉

Note: if we're fighting any CircleCI issues here, moving to GitHub Actions is a viable path.

hwine commented

Temp workaround done in #856 so we can simplify the "does a PR pass" story.

The changes do not "fix" anything, rather they treat the current failures a XFAIL at the most granular level available in the CircleCI config file. When the underlying tests are truly fixed, the CI run will fail.