Skip to content

Conversation

@whoffler
Copy link
Contributor

Description

update management_endpoint_type_for_bucket to direct

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.

@whoffler
Copy link
Contributor Author

/run pipeline

2 similar comments
@whoffler
Copy link
Contributor Author

/run pipeline

@whoffler
Copy link
Contributor Author

/run pipeline

@whoffler
Copy link
Contributor Author

failure:

TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Error: local-exec provisioner error
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ 
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │   with module.code_engine_build.terraform_data.run_build,
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │   on .terraform/modules/code_engine_build/modules/build/main.tf line 30, in resource "terraform_data" "run_build":
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │   30:   provisioner "local-exec" {
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ 
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Error running command
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ '.terraform/modules/code_engine_build/modules/build/scripts/build-run.sh':
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ exit status 1. Output: 
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ #### IBM CLOUD LOGIN ####
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ 
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Retrieving API key token...
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │                   
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ 
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ API endpoint:     https://cloud.ibm.com/
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Region:           us-south
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ User:             [email protected]
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Account:          GoldenEye GoldenEye Development's Account
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ (abac0df06b644a9cabc6e44f55b3880e) <-> 2314088
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Resource group:   geretain-test-secrets-manager
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ 
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Login complete
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Selecting project 'sm-secret-module-upg-t77-project'...
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ OK
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Resource not found. Run 'ibmcloud ce build list' to view available
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ resources.
TestRunUpgradeExample 2025-10-13T11:20:45Z logger.go:67: │ Error: Image build 'sm-secret-module-upg-t77-build' has status:

Retrying...

@whoffler
Copy link
Contributor Author

/run pipeline

@whoffler
Copy link
Contributor Author

TestRunUpgradeExample passed this time. Got the same failure in a different test:

│ Error running command
│ '.terraform/modules/code_engine_build/modules/build/scripts/build-run.sh':
│ exit status 1. Output: 
│ #### IBM CLOUD LOGIN ####
│ 
│ Retrieving API key token...
│                   
│ 
│ API endpoint:     https://cloud.ibm.com/
│ Region:           us-south
│ User:             [email protected]
│ Account:          GoldenEye GoldenEye Development's Account
│ (abac0df06b644a9cabc6e44f55b3880e) <-> 2314088
│ Resource group:   geretain-test-secrets-manager
│ 
│ Login complete
│ Selecting project 'sm-secret-module-z3w-project'...
│ OK
│ Submitting build: sm-secret-module-z3w-build
│ Waiting for build run sm-secret-module-z3w-build-run-251013-144203632 to
│ complete...
│ Status: 'pending'
│ Resource not found. Run 'ibmcloud ce buildrun list' to view available
│ resources.
│ Status: ''
│ Resource not found. Run 'ibmcloud ce buildrun list' to view available
│ resources.
│ Status: ''
│ Resource not found. Run 'ibmcloud ce buildrun list' to view available
│ resources.
│ Status: ''
│ Resource not found. Run 'ibmcloud ce buildrun list' to view available
│ resources.
│ Status: ''
│ Resource not found. Run 'ibmcloud ce buildrun list' to view available
│ resources.
│ Status: ''

...
│ Build sm-secret-module-z3w-build did not complete after 60 retries. Timing
        	            	│ out.

--- FAIL: TestRunCompleteExample (796.32s)

@whoffler
Copy link
Contributor Author

/run pipeline

@whoffler whoffler force-pushed the updateManagementEndpointForBucket branch 2 times, most recently from b512375 to a5c6988 Compare October 20, 2025 11:52
@whoffler
Copy link
Contributor Author

/run pipeline

@ocofaigh ocofaigh merged commit d80082f into main Oct 20, 2025
2 checks passed
@ocofaigh ocofaigh deleted the updateManagementEndpointForBucket branch October 20, 2025 12:47
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.

3 participants