Skip to content

ci: configurable abi check

Daniel Perez requested to merge slb/dperez50/configurable-abi-check into master

ABI Check configurable using CI/CD variable https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-cpp-lib/-/settings/ci_cd Variable ABI_CHECK_ALLOW_FAIL

When set true will allow failure in ABI Check (pass pipeline even with ABI Failure, a warning sign in job will be displayed) When set false will fail when ABI Check fails

Merge request reports