add x86 hydra vm tests to ci #12
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
should probably not run as a part of flake check since those tests are spendy, but ci should really have them. many of them are x86 anyway and our x86 builder is big
I opened a CL to remove some of the
hydraJobs
that we don't/can't use (e.g.installerScript
depends on some more hydra infrastructure; and all the cross-compiled builds are skipped right now); once that's in I'll switch buildbot-nix over to look athydraJobs
, which'll let it run the tests.This should be working now.
hydraJobs
is now used, which has been slimmed down a bit temporarily.I believe we were switched over
hydraJobs
, @pennae can I let you close this if you feel satisfied with the new state?yep, this looks good. thank you very much @puck!