autograph icon indicating copy to clipboard operation
autograph copied to clipboard

Fix CI

Open hwine opened this issue 2 years ago • 1 comments

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 avatar Jun 16 '23 18:06 hwine

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.

hwine avatar Jul 05 '23 17:07 hwine