Lars Kreutzer
Lars Kreutzer
- In the run that filled the caches, the `ConnectionRefusedError: [Errno 111] Connection refused` errors are already occuring. Which means they occured without downloading from the cache. - Can be...
- It seems that the `runfiles` folder is not present -> magmad is not running -> tests are failing. - Using `toplevel` or `all` for `remote_download_outputs` does not help. -...
- For testing: https://github.com/LKreutzer/magma/runs/7877895867?check_suite_focus=true - Remove remote download config with sed in the bazelrc - Use cache key `magma-dev-vm-debug` - Run is green, everything is working.
Possible solutions if the remote cache config is the issue: - Modify config during LTE integ test bazel build - How to do this without writing in the `.bazelrc`? -...
Modify config during LTE integ test bazel build options: - If possible: Use `--remote_download_minimal=no` or `--no_remote_download_minimal` - Might not be possible e.g. for the integ/sudo tests as they are run...
- Document cache configuration - Proposal: Two configs: - Ro vs rw - Remote download flags vs none - Have option in config script to write the correct content in...
This task requires https://github.com/magma/magma/issues/13651 to be closed.
Test run with script modification from #13651: https://github.com/LKreutzer/magma/runs/7897314201?check_suite_focus=true New run after rebase: https://github.com/LKreutzer/magma/runs/7947228927?check_suite_focus=true
Test run: https://github.com/LKreutzer/magma/runs/7997452812?check_suite_focus=true For filling the caches with cache key `magma-test-vm`
- [x] Remove all Make calls from the workflow