0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-06 14:19:59 -05:00
bitcoin-core/ci/test
0xb10c 2811f40f30
ci: only run USDT interface tests on CirrusCI
As mentioned in #26571, the task running the USDT interface tests
fail when run in docker. cc7335edc8
in #25528 added that the tests are run in a **VM** in Cirrus CI.
Running them locally in docker containers might not work:

- We use [bcc] as tracing toolkit which requires the kernel headers
  to compile the BPF bytecode. As docker containers use the hosts
  kernel and don't run their own, there is a potential for mismatches
  between kernel headers available in the container and the host
  kernel. This results in a failure loading the BPF byte code.
- Privilges are required to load the BPF byte code into the kernel.
  Normally, the docker containers aren't run with these.
- We currently use an untrusted third-party PPA to install the
  bpfcc-tools package on Ubuntu 22.04. Using this on a local dev
  system could be a security risk.

To not hinder the ASan + LSan + UBSan part of the CI task, the USDT
tests are disabled on non-CirrusCI runs.

[bcc]: https://github.com/iovisor/bcc
2022-11-28 21:26:26 +01:00
..
00_setup_env.sh
00_setup_env_android.sh
00_setup_env_arm.sh
00_setup_env_i686_centos.sh ci: Allow PIP_PACKAGES on centos 2022-10-04 11:53:31 +02:00
00_setup_env_i686_multiprocess.sh ci: Remove unused package 2022-10-04 11:51:33 +02:00
00_setup_env_mac.sh
00_setup_env_mac_native_arm64.sh ci: Use macos-ventura-xcode:14.1 image for "macOS native" task 2022-10-25 13:39:03 +01:00
00_setup_env_native_asan.sh ci: only run USDT interface tests on CirrusCI 2022-11-28 21:26:26 +01:00
00_setup_env_native_fuzz.sh
00_setup_env_native_fuzz_with_msan.sh
00_setup_env_native_fuzz_with_valgrind.sh
00_setup_env_native_msan.sh
00_setup_env_native_nowallet_libbitcoinkernel.sh
00_setup_env_native_qt5.sh
00_setup_env_native_tidy.sh
00_setup_env_native_tsan.sh
00_setup_env_native_valgrind.sh
00_setup_env_s390x.sh
00_setup_env_win64.sh
04_install.sh ci: use ci_exec_root for clang install 2022-11-25 14:13:29 +01:00
05_before_script.sh ci: create and use non-root user for docker image 2022-11-21 18:11:28 +01:00
06_script_a.sh
06_script_b.sh fuzz: Move-only net utils 2022-11-23 17:26:01 +01:00
wrap-qemu.sh
wrap-valgrind.sh
wrap-wine.sh
wrapped-cl.bat