Testing use of install script in github action#870
Conversation
|
Currently, the buildomat brand installation is failing - this is due to the buildomat runner using a too-old Helios image. At the moment, this failure is expected. |
|
Looks like (one version) of the install script is reliably working on all our builders. FYI @davepacheco . |
|
Cool -- but how do we know, if it was working before without running the script? (I know it's right for Clickhouse and Cockroach because we removed the special handling but what about the other packages?) |
It seems like we would need to produce a different CI environment -- one with the bare minimum packages -- and you'd need to install them with the script each time. I'm not sure if that's worth doing? |
| #: name = "helios / build-and-test" | ||
| #: variety = "basic" | ||
| #: target = "helios" | ||
| #: target = "helios-20220502" |
There was a problem hiding this comment.
Note to self: Pretty sure this is borked because this value is wrong, but the packages aren't found on the default "helios" value. Need to figure out where these are coming from.
There was a problem hiding this comment.
Updated to "helios-latest", looks like that's working.
No description provided.