Skip to content

Commit

Permalink
removeme only libbitcoinkernel
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Sep 23, 2024
1 parent 5ce4bc5 commit e997d20
Showing 1 changed file with 103 additions and 103 deletions.
206 changes: 103 additions & 103 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,35 +93,35 @@ compute_credits_template: &CREDITS_TEMPLATE
# Only use credits for pull requests to the main repo
use_compute_credits: $CIRRUS_REPO_FULL_NAME == 'bitcoin/bitcoin' && $CIRRUS_PR != ""

task:
name: 'lint'
<< : *BASE_TEMPLATE
container:
image: debian:bookworm
cpu: 1
memory: 1G
# For faster CI feedback, immediately schedule the linters
<< : *CREDITS_TEMPLATE
test_runner_cache:
folder: "/lint_test_runner"
fingerprint_script: echo $CIRRUS_TASK_NAME $(git rev-parse HEAD:test/lint/test_runner)
python_cache:
folder: "/python_build"
fingerprint_script: cat .python-version /etc/os-release
unshallow_script:
- git fetch --unshallow --no-tags
lint_script:
- ./ci/lint_run_all.sh

task:
name: 'tidy'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: ax52_x86-64
env:
FILE_ENV: "./ci/test/00_setup_env_native_tidy.sh"

# task:
# name: 'lint'
# << : *BASE_TEMPLATE
# container:
# image: debian:bookworm
# cpu: 1
# memory: 1G
# # For faster CI feedback, immediately schedule the linters
# << : *CREDITS_TEMPLATE
# test_runner_cache:
# folder: "/lint_test_runner"
# fingerprint_script: echo $CIRRUS_TASK_NAME $(git rev-parse HEAD:test/lint/test_runner)
# python_cache:
# folder: "/python_build"
# fingerprint_script: cat .python-version /etc/os-release
# unshallow_script:
# - git fetch --unshallow --no-tags
# lint_script:
# - ./ci/lint_run_all.sh
#
# task:
# name: 'tidy'
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: ax52_x86-64
# env:
# FILE_ENV: "./ci/test/00_setup_env_native_tidy.sh"
#
# task:
# name: 'ARM, unit tests, no functional tests'
# << : *GLOBAL_TASK_TEMPLATE
Expand All @@ -130,71 +130,71 @@ task:
# type: arm64 # Use arm64 worker to sidestep qemu and avoid a slow CI: https://github.com/bitcoin/bitcoin/pull/28087#issuecomment-1649399453
# env:
# FILE_ENV: "./ci/test/00_setup_env_arm.sh"

task:
name: 'Win64, unit tests, no gui tests, no functional tests'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: ax52_x86-64
env:
FILE_ENV: "./ci/test/00_setup_env_win64.sh"

task:
name: '32-bit CentOS, dash, gui'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: ax52_x86-64
env:
FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"

task:
name: 'previous releases, depends DEBUG'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: ax52_x86-64
env:
FILE_ENV: "./ci/test/00_setup_env_native_previous_releases.sh"

task:
name: 'TSan, depends, gui'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: ax52_x86-64
env:
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"

task:
name: 'MSan, depends'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: ax52_x86-64
timeout_in: 300m # Use longer timeout for the *rare* case where a full build (llvm + msan + depends + ...) needs to be done.
env:
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"

task:
name: 'fuzzer,address,undefined,integer, no depends'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: ax52_x86-64
env:
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"

task:
name: 'multiprocess, i686, DEBUG'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: ax52_x86-64
env:
FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"

#
# task:
# name: 'Win64, unit tests, no gui tests, no functional tests'
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: ax52_x86-64
# env:
# FILE_ENV: "./ci/test/00_setup_env_win64.sh"
#
# task:
# name: '32-bit CentOS, dash, gui'
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: ax52_x86-64
# env:
# FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"
#
# task:
# name: 'previous releases, depends DEBUG'
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: ax52_x86-64
# env:
# FILE_ENV: "./ci/test/00_setup_env_native_previous_releases.sh"
#
# task:
# name: 'TSan, depends, gui'
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: ax52_x86-64
# env:
# FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
#
# task:
# name: 'MSan, depends'
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: ax52_x86-64
# timeout_in: 300m # Use longer timeout for the *rare* case where a full build (llvm + msan + depends + ...) needs to be done.
# env:
# FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
#
# task:
# name: 'fuzzer,address,undefined,integer, no depends'
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: ax52_x86-64
# env:
# FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
#
# task:
# name: 'multiprocess, i686, DEBUG'
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: ax52_x86-64
# env:
# FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"
#
task:
name: 'no wallet, libbitcoinkernel'
<< : *GLOBAL_TASK_TEMPLATE
Expand All @@ -203,12 +203,12 @@ task:
type: ax52_x86-64
env:
FILE_ENV: "./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh"

task:
name: 'macOS-cross, gui, no tests'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: ax52_x86-64
env:
FILE_ENV: "./ci/test/00_setup_env_mac_cross.sh"
#
# task:
# name: 'macOS-cross, gui, no tests'
# << : *GLOBAL_TASK_TEMPLATE
# persistent_worker:
# labels:
# type: ax52_x86-64
# env:
# FILE_ENV: "./ci/test/00_setup_env_mac_cross.sh"

0 comments on commit e997d20

Please sign in to comment.