Labelbox / labelbox-python

The data factory for next gen AI
https://labelbox.com
Apache License 2.0
111 stars 58 forks source link

Docker container test run proceed even if a pipeline fails #1711

Closed vbrodsky closed 1 month ago

vbrodsky commented 2 months ago

Description

For our codefresh tests, we now use sdk container based on the last sdk release. It runs 4 sets of test separately. Rarely, but it may happen, a new version of api on stage is incompatible with the last sdk release. If this happens, and an sdk test fails, we do not proceed to run the rest of test sets

This PR makes it such that even if 1 test set fails, another still runs

Fixes # (issue)

Type of change

Please delete options that are not relevant.

All Submissions

New Feature Submissions

Changes to Core Features