GoogleCloudPlatform / GoogleCloudPlatform/database-migration-wave-orchestrator
BUG: startup-script: ERROR: (gcloud.source.repos.clone) NOT_FOUND: Requested entity was not found.
- Dominant language
- Python
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
### Description
During the execution of the wave it fails with below error:
startup-script: ERROR: (gcloud.source.repos.clone) NOT_FOUND: Requested entity was not found.
The code expects the repo bms-epam-source-dev to be present in same project
### When do you see the bug
Issue is happening after submitting a deployment.
Fix Options:
1. Replace gcloud clone repos with "git clone https://github.com/google/bms-toolkit.git ". This the best option.
2 . Add the clone of the repo from the cloud source repos . Not good for long term.
3. Add the bms-epam-source-dev complete repo to this repo itself . Not good for long term as we are adding dependency to keep copying the code every time.
### Version
latest code
### Priority
priority:1
### What database engine are you seeing the problem on?
_No response_
### Relevant log output
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.