Skip to content

Integration tests fail for keptn version < 0.18.x (expected) and create a Github issues  #71

@vadasambar

Description

@vadasambar

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

keptn-version: ["0.16.0", "0.17.0", "0.18.1", "0.19.0"] # https://github.com/keptn/keptn/releases

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

  • Web UI / Bridge
  • CLI
  • REST API or webhooks
  • User experience
  • Developer experience
  • Deployment/management with Helm

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/issues

Expected behavior
The workflow should not create a Github issue
Current behavior
The workflow creates a Github issue everyday.

Screenshots

Additional context

TODO

  • Remove 0.16.0 and 0.17.0 from the integration tests above
  • Make sure the Integration tests pass by running it for your PR branch from here
    image
  • Paste a screenshot or a link in the PR
  • Get the PR reviewed and merge
  • DONE

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions