canonical / seldon-core-operator

Seldon Core Operator
Apache License 2.0
5 stars 10 forks source link

Integration tests are failing in Github runners on track/1.15 #199

Closed i-chvets closed 1 year ago

i-chvets commented 1 year ago

Bug Description

On track/1.15 integraion tests fail in Github runners.

To Reproduce

Create a debug PR and observe integration test triggered by workflow in Github runnner. Example real PR that failed after many attempts: https://github.com/canonical/seldon-core-operator/pull/186

Environment

Github runner action On Pull Request https://github.com/canonical/seldon-core-operator/actions/workflows/on_pull_request.yaml

Relevant log output

Output of integration tests that fail in Github runner: https://github.com/canonical/seldon-core-operator/actions/runs/5694773152/job/16153113024?pr=186

Additional context

There were a series of fixes on main branch that made Seldon integration more reliable. These should be reviewed and probably ported/cherry-picked into track/1.15 branch. https://github.com/canonical/seldon-core-operator/pull/190 https://github.com/canonical/seldon-core-operator/pull/188 https://github.com/canonical/seldon-core-operator/pull/187

i-chvets commented 1 year ago

FIx has been merged. Closing.