Skip to content

image-deps: update hashes for #115#117

Merged
delan merged 1 commit intomainfrom
update-image-deps-hashes
Mar 4, 2026
Merged

image-deps: update hashes for #115#117
delan merged 1 commit intomainfrom
update-image-deps-hashes

Conversation

@delan
Copy link
Member

@delan delan commented Mar 4, 2026

i forgot to update the hashes before landing #115.

@delan delan requested a review from sagudev March 4, 2026 04:38
@delan
Copy link
Member Author

delan commented Mar 4, 2026

$ ( for i in {0..4}; do ./do deploy ci$i & done )

Copy link
Member

@sagudev sagudev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops

@delan delan merged commit ef2714b into main Mar 4, 2026
1 check passed
@delan delan deleted the update-image-deps-hashes branch March 4, 2026 05:52
@delan
Copy link
Member Author

delan commented Mar 4, 2026

forcing image rebuilds as follows.

restarting each monitor with destroy_all_non_busy_runners = true:

$ ( for i in {0..4}; do ( ./do write ci$i && ./do restart-monitor ci$i ) & done )

deleting template libvirt guests:

$ ( for i in {0..4}; do ssh root@ci$i.servo.org virsh list --all --name | rg '^ci-template-' | tr \\n \\0 | xargs -0tn1 ssh root@ci$i.servo.org virsh undefine --; done )

restarting each monitor with destroy_all_non_busy_runners = false:

$ ( for i in {0..4}; do ( ./do write ci$i && ./do restart-monitor ci$i ) & done )

@delan
Copy link
Member Author

delan commented Mar 4, 2026

the monitors think they still have the images, so they are now failing to create runners.

restarting each monitor with destroy_all_non_busy_runners = true:

$ ( for i in {0..4}; do ( ./do write ci$i && ./do restart-monitor ci$i ) & done )

deleting the current snapshot marker for each profile:

$ ( for i in {0..4}; do ssh root@ci$i.servo.org 'rm -v /config/monitor/data/profiles/*/snapshot' & done )

restarting each monitor with destroy_all_non_busy_runners = false:

$ ( for i in {0..4}; do ( ./do write ci$i && ./do restart-monitor ci$i ) & done )

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.

2 participants