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

Remove 2 periodic whitesource prowjobs #9447

Merged

Conversation

Sawthis
Copy link
Contributor

@Sawthis Sawthis commented Dec 1, 2023

Description

Changes proposed in this pull request:

  • Remove 2 periodic whitesource prowjobs for Busola and directory-size-exporter

Related issue(s)

@Sawthis Sawthis requested review from neighbors-dev-bot and a team as code owners December 1, 2023 12:09
@kyma-bot kyma-bot added needs-kind needs-area cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Dec 1, 2023
@Sawthis
Copy link
Contributor Author

Sawthis commented Dec 1, 2023

/area ci
/kind cleanup

@kyma-bot kyma-bot added area/ci Issues or PRs related to CI related topics kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. and removed needs-area needs-kind labels Dec 1, 2023
Copy link

github-actions bot commented Dec 1, 2023

Plan Result

CI link

Plan: 0 to add, 2 to change, 0 to destroy.
  • Update
    • module.artifact_registry["modules-internal"].google_artifact_registry_repository.artifact_registry
    • module.service_account_keys_cleaner.google_cloud_scheduler_job.service_account_keys_cleaner
Change Result (Click me)
  # module.artifact_registry["modules-internal"].google_artifact_registry_repository.artifact_registry will be updated in-place
  ~ resource "google_artifact_registry_repository" "artifact_registry" {
        id               = "projects/kyma-project/locations/europe/repositories/modules-internal"
        name             = "modules-internal"
        # (11 unchanged attributes hidden)

      + docker_config {
          + immutable_tags = false
        }
    }

  # module.service_account_keys_cleaner.google_cloud_scheduler_job.service_account_keys_cleaner will be updated in-place
  ~ resource "google_cloud_scheduler_job" "service_account_keys_cleaner" {
        id               = "projects/sap-kyma-prow/locations/europe-west3/jobs/service-account-keys-cleaner"
        name             = "service-account-keys-cleaner"
        # (8 unchanged attributes hidden)

      ~ http_target {
          ~ uri         = "https://service-account-keys-cleaner-q25ja7ch3q-ez.a.run.app/?project=sap-kyma-prow&age=24" -> "https://service-account-keys-cleaner-q25ja7ch3q-ez.a.run.app?project=sap-kyma-prow&age=24"
            # (2 unchanged attributes hidden)

            # (1 unchanged block hidden)
        }
    }

Plan: 0 to add, 2 to change, 0 to destroy.

Changes to Outputs:
  ~ artifact_registry                                   = {
      ~ modules-internal = {
          ~ artifact_registry_collection = {
                id                        = "projects/kyma-project/locations/europe/repositories/modules-internal"
                name                      = "modules-internal"
              ~ update_time               = "2023-11-30T19:59:46.835746Z" -> "2023-12-01T10:02:38.264487Z"
                # (16 unchanged attributes hidden)
            }
        }
    }
ℹ️ Objects have changed outside of Terraform

This feature was introduced from Terraform v0.15.4.

OpenTofu detected the following changes made outside of OpenTofu since the
last "tofu apply" which may have affected this plan:

  # module.artifact_registry["modules-internal"].google_artifact_registry_repository.artifact_registry has changed
  ~ resource "google_artifact_registry_repository" "artifact_registry" {
        id               = "projects/kyma-project/locations/europe/repositories/modules-internal"
        name             = "modules-internal"
      ~ update_time      = "2023-11-30T20:07:46.578791Z" -> "2023-12-01T10:02:38.264487Z"
        # (10 unchanged attributes hidden)
    }


Unless you have made equivalent changes to your configuration, or ignored the

@kyma-bot kyma-bot added the lgtm Looks good to me! label Dec 4, 2023
@kyma-bot kyma-bot merged commit 172c976 into kyma-project:main Dec 4, 2023
2 checks passed
@kyma-bot
Copy link
Contributor

kyma-bot commented Dec 4, 2023

@Sawthis: Updated the job-config configmap in namespace default at cluster default using the following files:

  • key whitesource-periodics.yaml using file prow/jobs/scans/whitesource-periodics.yaml

In response to this:

Description

Changes proposed in this pull request:

  • Remove 2 periodic whitesource prowjobs for Busola and directory-size-exporter

Related issue(s)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-or-update area/ci Issues or PRs related to CI related topics cla: yes Indicates the PR's author has signed the CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants