| Age | Commit message (Collapse) | Author |
|
We are currently cleaning up my GCP account, so we unify some projects
into one.
The arch-builder now moved under kilabit project.
|
|
Currently the gsutil command hang (does not show any progress) when
executed on build.kilabit.info.
|
|
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.
|
|
This changes the state of image but the image still need to be deleted
manually.
|
|
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.
|