Closed festutz closed 1 year ago
Well, the tests cannot actually run in the CI, due to some of our servers being down (and therefore not being able to download the input files 😞). We need to wait until this happens before we can merge...
OS:ubuntu-20.04 Fri Feb 17 18:37:07 UTC 2023 intro: 2/2 tests passed. interface: 39/39 tests passed. compiler: 54/54 tests passed. agg: 109/109 tests passed.
OS:ubuntu-20.04 Fri Feb 17 18:37:55 UTC 2023 intro: 2/2 tests passed. interface: 39/39 tests passed. compiler: 54/54 tests passed. agg: 109/109 tests passed.
OS:ubuntu-20.04 Sat Feb 18 23:54:06 UTC 2023 intro: 2/2 tests passed. interface: 39/39 tests passed. compiler: 54/54 tests passed. agg: 109/109 tests passed.
OS = Debian 10 CPU = Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz Ram = 15752 Hash = 487c421e Kernel= Linux 4.15.0-197-generic x86_64 | benchmark | tests | passed | failed | untested | unresolved | unsupported | not_in_use | other_status |
---|---|---|---|---|---|---|---|---|---|
posix | 494 | 375 | 41 | 31 | 6 | 40 | 1 | 0 | |
intro | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | |
interface | 39 | 39 | 0 | 0 | 0 | 0 | 0 | 0 | |
compiler | 54 | 54 | 0 | 0 | 0 | 0 | 0 | 0 | |
aggregator | 109 | 109 | 0 | 0 | 0 | 0 | 0 | 0 |
OS = CPU = Ram = Hash = a8a92f8a Kernel= |
---|
OS:ubuntu-20.04 Sun Feb 19 00:15:22 UTC 2023 intro: 2/2 tests passed. interface: 39/39 tests passed. compiler: 54/54 tests passed. agg: 109/109 tests passed.
OS = Debian 10 CPU = Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz Ram = 15752 Hash = b31c4d34 Kernel= Linux 4.15.0-197-generic x86_64 | benchmark | tests | passed | failed | untested | unresolved | unsupported | not_in_use | other_status |
---|---|---|---|---|---|---|---|---|---|
posix | 494 | 375 | 41 | 31 | 6 | 40 | 1 | 0 | |
intro | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | |
interface | 39 | 39 | 0 | 0 | 0 | 0 | 0 | 0 | |
compiler | 54 | 54 | 0 | 0 | 0 | 0 | 0 | 0 | |
aggregator | 109 | 109 | 0 | 0 | 0 | 0 | 0 | 0 |
Folks! After several months, the CI finally works and we can merge this PR :)
Refactored calls to annotations framework as package. Changed installation to install annotations with
pip
.Some tests will fail until the corresponding PR in the annotations repository is merged and the package with the new naming scheme is released.