Skip to content

Conversation

@iamar7
Copy link
Member

@iamar7 iamar7 commented Oct 15, 2025

Description

Issue: https://github.ibm.com/GoldenEye/issues/issues/16090

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@iamar7
Copy link
Member Author

iamar7 commented Oct 15, 2025

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Oct 16, 2025

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Oct 17, 2025

/run pipeline

@iamar7 iamar7 marked this pull request as ready for review October 17, 2025 14:04
@iamar7 iamar7 self-assigned this Oct 17, 2025
toddgiguere
toddgiguere previously approved these changes Oct 17, 2025
@toddgiguere
Copy link
Member

Changes look good, but while we are making changes there is an incorrect ImplicitDestroy address in one the tests, can we fix this in the PR?

TestRunCustomsgExample 2025-10-17T14:59:25Z tests.go:157: ╷
│ Error: Invalid target address
│ 
│ No matching objects found. To view the available instances, use "terraform
│ state list". Please modify the address to reference a specific instance.

@iamar7
Copy link
Member Author

iamar7 commented Oct 21, 2025

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Oct 21, 2025

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Oct 21, 2025

/run pipeline

toddgiguere
toddgiguere previously approved these changes Oct 21, 2025
@iamar7
Copy link
Member Author

iamar7 commented Oct 22, 2025

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Oct 24, 2025

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Oct 28, 2025

/run pipeline

@ocofaigh
Copy link
Contributor

The test failed with:

│ Error: ---
│ id: terraform-74ff8d5a
│ summary: 'DeleteSecurityGroupTargetBindingWithContext failed: The load balancer with
│   ID ''r018-bb5a2818-e8da-41dd-b428-123c41838945'' cannot be updated because its status
│   is ''UPDATE_PENDING''.'
│ severity: error
│ resource: ibm_is_security_group_target
│ operation: delete
│ component:
│   name: github.com/IBM-Cloud/terraform-provider-ibm
│   version: 1.84.3
│ ---

Unrelated to changes in this PR so retrying..

@ocofaigh
Copy link
Contributor

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Oct 28, 2025

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Oct 29, 2025

/run pipeline

@iamar7
Copy link
Member Author

iamar7 commented Oct 29, 2025

TestRunQuickstartSchematics is failing with this

  2025/10/29 05:57:21 Terraform plan | Error: Invalid value for variable
         2025/10/29 05:57:21 Terraform plan |           + resolution_binding_count = (known after apply)
         2025/10/29 05:57:21 Terraform plan | 
         2025/10/29 05:57:21 Terraform plan |           + resolver (known after apply)
         2025/10/29 05:57:21 Terraform plan |         }
         2025/10/29 05:57:21 Terraform plan |     }
         2025/10/29 05:57:21 Terraform plan |   on main.tf line 142, in module "ocp_base":
         2025/10/29 05:57:21 Terraform plan |  142:   worker_pools                        = local.worker_pools
         2025/10/29 05:57:21 Terraform plan |     ├────────────────
         2025/10/29 05:57:21 Terraform plan |     │ local.ocp_version_num is "4.19"
         2025/10/29 05:57:21 Terraform plan |     │ local.os_rhcos is "RHCOS"
         2025/10/29 05:57:21 Terraform plan |     │ local.os_rhel is "REDHAT_8_64"
         2025/10/29 05:57:21 Terraform plan |     │ local.os_rhel9 is "RHEL_9_64"
         2025/10/29 05:57:21 Terraform plan |     │ var.worker_pools is list of object with 1 element
         2025/10/29 05:57:21 Terraform plan | 
         2025/10/29 05:57:21 Terraform plan | Invalid operating system for the given OCP version. Ensure the OS is
         2025/10/29 05:57:21 Terraform plan | compatible with the OCP version. Supported compatible OCP version and OS are
         2025/10/29 05:57:21 Terraform plan | v4.14: (REDHAT_8_64); v4.15: (REDHAT_8_64, RHCOS) ; v4.16 and v4.17:
         2025/10/29 05:57:21 Terraform plan | (REDHAT_8_64, RHCOS, RHEL_9_64); v4.18: (RHCOS, RHEL_9_64)

TestRunQuickstartUpgradeSchematics is failing with the following error:

   2025/10/29 05:57:13 Terraform plan |  142:   worker_pools                        = local.worker_pools
      2025/10/29 05:57:13 Terraform plan |     ├────────────────
      2025/10/29 05:57:13 Terraform plan |     │ local.ocp_version_num is "4.19"
      2025/10/29 05:57:13 Terraform plan |     │ local.os_rhcos is "RHCOS"
      2025/10/29 05:57:13 Terraform plan |     │ local.os_rhel is "REDHAT_8_64"
      2025/10/29 05:57:13 Terraform plan |     │ local.os_rhel9 is "RHEL_9_64"
      2025/10/29 05:57:13 Terraform plan |     │ var.worker_pools is list of object with 1 element
      2025/10/29 05:57:13 Terraform plan | 
      2025/10/29 05:57:13 Terraform plan | Invalid operating system for the given OCP version. Ensure the OS is
      2025/10/29 05:57:13 Terraform plan | compatible with the OCP version. Supported compatible OCP version and OS are
      2025/10/29 05:57:13 Terraform plan | v4.14: (REDHAT_8_64); v4.15: (REDHAT_8_64, RHCOS) ; v4.16 and v4.17:
      2025/10/29 05:57:13 Terraform plan | (REDHAT_8_64, RHCOS, RHEL_9_64); v4.18: (RHCOS, RHEL_9_64)
      2025/10/29 05:57:13 Terraform plan | 
      2025/10/29 05:57:13 Terraform plan | This was checked by the validation rule at ../../variables.tf:104,3-13.
      2025/10/29 05:57:13 Terraform PLAN error: Terraform PLAN errorexit status 1
      
      2025/10/29 05:57:13 -----  Terraform SHOW  -----
      
      2025/10/29 05:57:13 Starting command: terraform1.10 show -no-color -json tfplan.binary
      2025/10/29 05:57:13 Starting command: terraform1.10 show -no-color -json tfplan.binary
      2025/10/29 05:57:18 Command finished successfully.
      2025/10/29 05:57:18 Could not execute job: Error : Terraform PLAN errorexit status 1
     
     =============== END PLAN JOB LOG (eu-de.workspace.ocp-qs-upg-mw3.caf8f19f) ===============
 tests.go:505: [SCHEMATICS] Removing temp directory for upgrade test: /tmp/terraform-base-ocp-qs-upg-mw33828669995
--- FAIL: TestRunQuickstartUpgradeSchematics (240.74s)

These failures will be resolved as part of this PR: #840

@iamar7
Copy link
Member Author

iamar7 commented Oct 29, 2025

TestRunCustomsgExample is failing with this:

TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ Error: ---
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ id: terraform-74ff8d5a
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ summary: 'DeleteSecurityGroupTargetBindingWithContext failed: The load balancer with
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │   ID ''r042-bff8eeb7-4374-43a0-961c-4cf5149e2072'' cannot be updated because its status
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │   is ''UPDATE_PENDING''.'
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ severity: error
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ resource: ibm_is_security_group_target
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ operation: delete
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ component:
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │   name: github.com/IBM-Cloud/terraform-provider-ibm
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │   version: 1.84.3
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ ---
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ 
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ 
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: │ 
TestRunCustomsgExample 2025-10-29T06:50:51Z command.go:212: ╵
TestRunCustomsgExample 2025-10-29T06:50:51Z retry.go:99: Returning due to fatal error: FatalError{Underlying: error while running command: exit status 1; ╷
│ Error: ---
│ id: terraform-74ff8d5a
│ summary: 'DeleteSecurityGroupTargetBindingWithContext failed: The load balancer with
│   ID ''r042-bff8eeb7-4374-43a0-961c-4cf5149e2072'' cannot be updated because its status
│   is ''UPDATE_PENDING''.'
│ severity: error
│ resource: ibm_is_security_group_target
│ operation: delete
│ component:
│   name: github.com/IBM-Cloud/terraform-provider-ibm
│   version: 1.84.3
│ ---
│ 
│ 
│ 
╵}

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 comment

@ocofaigh ocofaigh merged commit 17585fc into main Oct 29, 2025
@ocofaigh ocofaigh deleted the 16090-cds branch October 29, 2025 12:07
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 3.68.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants