-
Notifications
You must be signed in to change notification settings - Fork 63
Testing use of install script in github action #870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to "helios-latest", looks like that's working.
david-crespo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems good!
No description provided.