Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

test: Fix provisioning tests by ignoring maybe-missing google-cloud-sdk #1190

Merged
merged 1 commit into from
Sep 28, 2023

Commits on Sep 28, 2023

  1. test: Fix provisioning tests by not trying to remove google-cloud-sdk

    We're seeing intermittent provisioning failures with this message:
    
    ```
    No apt package "google-cloud-sdk", but there is a snap with that name.
    Try "snap install google-cloud-sdk"
    
    E: Unable to locate package google-cloud-sdk
    Error: Process completed with exit code 100.
    ```
    
    I couldn't figure out why, but all we care about is that there's enough
    disk space, so it's probably fine to just not bother with trying to remove
    it.
    timmc-edx committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ccc8aac View commit details
    Browse the repository at this point in the history