The article provides steps to clear the history of bring-up processes. It can fix many issues when you try multiple deployments, and it fails. After that, your Cloud Builder instance will be cleared from previous runs.
Solution:
- Log into Cloud Builder through SSH as a admin user.
- Switch to root by typing
sucommand. - Connect to the PostgresSQL using the postgres account.
sudo /usr/pgsql/13/bin/psql -U postgres -d bringup -h localhost - Clear entries by running following commands:
delete from execution;
delete from "Resources";
\q - Refresh browser with Cloud Builder UI or open it once again.

