aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-01-10 15:39:33 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2024-01-11 17:32:43 +0100
commitfa0c594b33970e12d97e6879ab4ca57045453492 (patch)
tree8086d8ef0c2836373abb37566ceee2e3d09bea14
parent4e104e23816a5dba09ec4ddec7564bf736b8ef9b (diff)
downloadbitcoin-fa0c594b33970e12d97e6879ab4ca57045453492.tar.xz
ci: Rename tasks (previous releases, macOS cross)
-rw-r--r--.cirrus.yml8
-rwxr-xr-xci/test/00_setup_env_mac_cross.sh (renamed from ci/test/00_setup_env_mac.sh)0
-rwxr-xr-xci/test/00_setup_env_native_previous_releases.sh (renamed from ci/test/00_setup_env_native_qt5.sh)2
3 files changed, 5 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index eb2414dc0a..6628d0bbbb 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -132,13 +132,13 @@ task:
FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"
task:
- name: 'previous releases, qt5 dev package and depends packages, DEBUG'
+ name: 'previous releases, depends DEBUG'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: small
env:
- FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"
+ FILE_ENV: "./ci/test/00_setup_env_native_previous_releases.sh"
task:
name: 'TSan, depends, gui'
@@ -200,10 +200,10 @@ task:
FILE_ENV: "./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh"
task:
- name: 'macOS-cross 11.0, gui, no tests'
+ name: 'macOS-cross, gui, no tests'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:
type: small
env:
- FILE_ENV: "./ci/test/00_setup_env_mac.sh"
+ FILE_ENV: "./ci/test/00_setup_env_mac_cross.sh"
diff --git a/ci/test/00_setup_env_mac.sh b/ci/test/00_setup_env_mac_cross.sh
index 31c4bff6ae..31c4bff6ae 100755
--- a/ci/test/00_setup_env_mac.sh
+++ b/ci/test/00_setup_env_mac_cross.sh
diff --git a/ci/test/00_setup_env_native_qt5.sh b/ci/test/00_setup_env_native_previous_releases.sh
index 2492cfb58c..94e88f872f 100755
--- a/ci/test/00_setup_env_native_qt5.sh
+++ b/ci/test/00_setup_env_native_previous_releases.sh
@@ -6,7 +6,7 @@
export LC_ALL=C.UTF-8
-export CONTAINER_NAME=ci_native_qt5
+export CONTAINER_NAME=ci_native_previous_releases
export CI_IMAGE_NAME_TAG="docker.io/debian:bullseye"
# Use minimum supported python3.9 and gcc-10, see doc/dependencies.md
export PACKAGES="gcc-10 g++-10 python3-zmq"