You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Current code in master branch of the datadog-service is incompatible with Keptn versions < 0.18.x due to a breaking change in Keptn. We run the integration tests for 5 Keptn versions
When the tests run, the workflow fails for 0.16.0 and 0.17.0 version of Keptn which is expected but it creates a Github issue of type:critical (example 1, example 2) which can confuse people.
We should remove the 0.16.0 and 0.17.0 version from the workflow above.
Summary
Current code in
master
branch of the datadog-service is incompatible with Keptn versions < 0.18.x due to a breaking change in Keptn. We run the integration tests for 5 Keptn versionsdatadog-service/.github/workflows/integration-tests.yaml
Line 22 in 72017a4
When the tests run, the workflow fails for 0.16.0 and 0.17.0 version of Keptn which is expected but it creates a Github issue of
type:critical
(example 1, example 2) which can confuse people.We should remove the 0.16.0 and 0.17.0 version from the workflow above.
Affected Component
To Reproduce
The integration tests workflow runs every day. You can check a new issue of
type:critical
is created everyday in https://github.com/keptn-sandbox/datadog-service/issuesExpected behavior
The workflow should not create a Github issue
Current behavior
The workflow creates a Github issue everyday.
Screenshots
Additional context
TODO
The text was updated successfully, but these errors were encountered: