Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config Generation: Fix oncall #1742

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

julienduchesne
Copy link
Member

Currently, we have errors with two oncall resources:

  • Schedule: web type schedules are fetched but they can't be managed with TF
  • Escalation: Mutually exclusive attributes are being set. With this change, all nil attributes won't be set in the TF state (rather than a zero value)

Copy link

github-actions bot commented Aug 2, 2024

In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically.
To do so, a Grafana Labs employee must trigger the cloud acceptance tests workflow manually.

@julienduchesne julienduchesne marked this pull request as ready for review August 2, 2024 01:09
@julienduchesne julienduchesne requested review from a team as code owners August 2, 2024 01:09
@julienduchesne julienduchesne force-pushed the julienduchesne/sm-check-generate-tes branch from a30cca8 to e65c9eb Compare August 2, 2024 15:19
Base automatically changed from julienduchesne/sm-check-generate-tes to main August 2, 2024 15:43
Currently, we have errors with two oncall resources:
- Schedule: `web` type schedules are fetched but they can't be managed with TF
- Escalation: Mutually exclusive attributes are being set. With this change, all `nil` attributes won't be set in the TF state (rather than a zero value)
@julienduchesne julienduchesne force-pushed the julienduchesne/fix-oncall-generation branch from b7983e0 to b4fa5ea Compare August 2, 2024 15:43
@julienduchesne julienduchesne merged commit cf03c87 into main Aug 2, 2024
26 checks passed
@julienduchesne julienduchesne deleted the julienduchesne/fix-oncall-generation branch August 2, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants