From 6a6746fb1570ba06b9bf4887365978dfd8293433 Mon Sep 17 00:00:00 2001 From: Dmytro Yurchenko <88330911+ddyurchenko@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:41:32 +0100 Subject: [PATCH] Replace Go version 1.18+1.19 with 1.19+1.22.0 (#2572) --- .gitlab/macrobenchmarks.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.gitlab/macrobenchmarks.yml b/.gitlab/macrobenchmarks.yml index 5eb4cb32c8..4467f13449 100644 --- a/.gitlab/macrobenchmarks.yml +++ b/.gitlab/macrobenchmarks.yml @@ -35,7 +35,7 @@ variables: # By marking the benchmarks as allow_failure, this should go away. (This workaround should be removed once the # benchmarks get changed to run on every PR) allow_failure: true -go118-baseline: +go122-baseline: extends: .benchmarks variables: ENABLE_DDPROF: "false" @@ -43,10 +43,10 @@ go118-baseline: ENABLE_PROFILING: "false" ENABLE_APPSEC: "false" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.18" + GO_VERSION: "1.22.0" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" -go118-only-trace: +go122-only-trace: extends: .benchmarks variables: ENABLE_DDPROF: "false" @@ -54,10 +54,10 @@ go118-only-trace: ENABLE_PROFILING: "false" ENABLE_APPSEC: "false" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.18" + GO_VERSION: "1.22.0" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" -go118-only-profile: +go122-only-profile: extends: .benchmarks variables: ENABLE_DDPROF: "false" @@ -65,10 +65,10 @@ go118-only-profile: ENABLE_PROFILING: "true" ENABLE_APPSEC: "false" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.18" + GO_VERSION: "1.22.0" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" -go118-profile-trace: +go122-profile-trace: extends: .benchmarks variables: ENABLE_DDPROF: "false" @@ -76,10 +76,10 @@ go118-profile-trace: ENABLE_PROFILING: "true" ENABLE_APPSEC: "false" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.18" + GO_VERSION: "1.22.0" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" -go118-trace-asm: +go122-trace-asm: extends: .benchmarks variables: ENABLE_DDPROF: "false" @@ -87,10 +87,10 @@ go118-trace-asm: ENABLE_PROFILING: "false" ENABLE_APPSEC: "true" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.18" + GO_VERSION: "1.22.0" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" -go118-profile-trace-asm: +go122-profile-trace-asm: extends: .benchmarks variables: ENABLE_DDPROF: "false" @@ -98,7 +98,7 @@ go118-profile-trace-asm: ENABLE_PROFILING: "true" ENABLE_APPSEC: "true" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.18" + GO_VERSION: "1.22.0" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" go119-baseline: @@ -109,7 +109,7 @@ go119-baseline: ENABLE_PROFILING: "false" ENABLE_APPSEC: "false" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.19" + GO_VERSION: "1.19.13" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" go119-only-trace: @@ -120,7 +120,7 @@ go119-only-trace: ENABLE_PROFILING: "false" ENABLE_APPSEC: "false" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.19" + GO_VERSION: "1.19.13" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" go119-only-profile: @@ -131,7 +131,7 @@ go119-only-profile: ENABLE_PROFILING: "true" ENABLE_APPSEC: "false" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.19" + GO_VERSION: "1.19.13" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" go119-profile-trace: @@ -142,7 +142,7 @@ go119-profile-trace: ENABLE_PROFILING: "true" ENABLE_APPSEC: "false" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.19" + GO_VERSION: "1.19.13" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" go119-trace-asm: @@ -153,7 +153,7 @@ go119-trace-asm: ENABLE_PROFILING: "false" ENABLE_APPSEC: "true" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.19" + GO_VERSION: "1.19.13" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true" go119-profile-trace-asm: @@ -164,6 +164,6 @@ go119-profile-trace-asm: ENABLE_PROFILING: "true" ENABLE_APPSEC: "true" DD_PROFILING_EXECUTION_TRACE_ENABLED: "false" - GO_VERSION: "1.19" + GO_VERSION: "1.19.13" LOAD_TESTS: normal_operation_io-bound,high_load_io-bound|normal_operation_cpu-bound,high_load_cpu-bound|normal_operation_cgo-cpu-bound,high_load_cgo-cpu-bound|normal_operation_cpu-bound-x-client-ip-enabled,high_load_cpu-bound-x-client-ip-enabled PARALLELIZE: "true"