aboutsummaryrefslogtreecommitdiff
path: root/gcloud-image-publish.aww
AgeCommit message (Collapse)Author
2025-12-26all: create the images under project name kilabitShulhan
We are currently cleaning up my GCP account, so we unify some projects into one. The arch-builder now moved under kilabit project.
2024-04-20all: replace "gsutil" commands with "gcloud storage"Shulhan
Currently the gsutil command hang (does not show any progress) when executed on build.kilabit.info.
2023-09-12all: define the project name when executing gcloudShulhan
In environment where user have multiple projects, there is a possibility that running gcloud command, even after we set gcloud config configurations activate <config> will run not in the project arch-builder but in other project.
2023-02-11all: set the image deprecated in 30d, obsolete in 37d, and deleted in 44dShulhan
This changes the state of image but the image still need to be deleted manually.
2022-08-05all: add awwan scripts to deploy and test imageShulhan
The gcloud-image-publish.aww is the script to publish the recently build image to gcloud and create new image. The gcloud-image-test.aww is the script to test the new image by creating new compute engine. The gcloud-test-image-official.aww is the script to test the official public image from Google. The gcloud-test-tail.aww is the script to get the serial log from test image in compute engine.