Yggdrasil icon indicating copy to clipboard operation
Yggdrasil copied to clipboard

[AZP] Try to load the package before registration

Open giordano opened this issue 5 years ago • 3 comments

Fix #594. However we probably want to have a way to skip this step when we know that this is going to fail, like some LLVM versions

giordano avatar May 23 '20 23:05 giordano

However we probably want to have a way to skip this step when we know that this is going to fail, like some LLVM versions

I think we can hardcode the list of packages for which we want to skip this.

giordano avatar May 24 '20 16:05 giordano

I just realised that this is probably on the same vein as #705

giordano avatar May 31 '20 22:05 giordano

Can we make this a separate AZP job? That way we can continue to skip the whole registration job on PRs, while still testing that a PR is loadable.

We can create a .ci/test_jll.jl script that only downloads the x86_64-linux-gnu artifacts, generates only that JLL, then tries to load it.

staticfloat avatar Aug 03 '20 19:08 staticfloat

We have long ago switch from AZP to BuildKite. Is there anything salvageable in here or should we close it?

fingolfin avatar Jan 06 '26 11:01 fingolfin