Hi Jacob, No words to describe what a huge effort you put into this. I think it's really going to ease verification work for everyone in the future. However, today I was running one PR on Concourse and I noticed that Windows 2019 job was failing. Could it be that there are some details to polish for that pipeline?
BR, Mario. ________________________________ From: Jacob Barrett <jabarr...@vmware.com> Sent: Thursday, February 25, 2021 6:04 PM To: dev@geode.apache.org <dev@geode.apache.org> Subject: Geode Native Tooling Hey Geode Native devs, You may have noticed this new CI that looks a lot like the Java CI. PRs will now be executed against this CI and several platforms. All unit and integration tests are executed on all the platforms as well. It also takes over the tasks of the old Travis CI of validating your sources for formatting, license and static analysis for correctness. https://concourse.apachegeode-ci.info/teams/main/pipelines/geode-native-develop The clang-format and clang-tidy tools used by the CI have been upgraded to clang 11. When checking locally please make sure your clang-tidy and clang-format detected by CMake is version 11. There are some slight formatting differences between clang-format 11 and the previous version 6. The new clang-tidy also detects things that version 6 did not detect. Thanks, Jake