Skip to content
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

[v632] Backport some fixes for CI #15292

Merged
merged 4 commits into from
Apr 20, 2024

Conversation

lobis and others added 4 commits April 20, 2024 17:44
The `onnx` Python module is required for TMVA SOFIE.
Adding this will fix the test failures of
`gtest-tmva-sofie-test-TestSofieModels`:

```
  [ RUN      ] SOFIE.Linear_B1
  using batch-size = 1 input dim = 10 nlayers = 4
  input data torch.Size([1, 10])
  tensor([[1., 1., 1., 1., 1., 1., 1., 1., 1., 1.]])
  Traceback (most recent call last):
    File "/py-venv/ROOT-CI/lib/python3.8/site-packages/torch/onnx/_internal/onnx_proto_utils.py", line 221, in _add_onnxscript_fn
      import onnx
  ModuleNotFoundError: No module named 'onnx'
```
The test should be just removed since the initial reason for having that test is now void. The reason was to have *some way* to check that the packages we thought we had on our CI machines were actually there, since the Jenkins node didn't have any environment management. Now with the github actions CI our environment is more properly managed, at least for Linux. MacOS should get the same treatment at some point, but we can now more safely say "we know which packages are installed on the CI" than before.
Copy link

Test Results

     5 files       5 suites   12h 14m 31s ⏱️
 2 549 tests  2 547 ✅ 1 💤 1 ❌
11 935 runs  11 933 ✅ 0 💤 2 ❌

For more details on these failures, see this check.

Results for commit 5ebbf91.

@guitargeek guitargeek merged commit 4514ad9 into root-project:v6-32-00-patches Apr 20, 2024
5 of 15 checks passed
@guitargeek guitargeek deleted the v632 branch April 20, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants