This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 1a71493214 GH-49807: [CI] Remove obsolete test-ubuntu-22.04-cpp-20 job
(#49827)
1a71493214 is described below
commit 1a71493214d49db70f744e7cc1798579ec392f62
Author: Raúl Cumplido <[email protected]>
AuthorDate: Mon Apr 27 03:16:10 2026 +0200
GH-49807: [CI] Remove obsolete test-ubuntu-22.04-cpp-20 job (#49827)
### Rationale for this change
C++20 is the standard we are currently using. No specific need to have a
job for it. We already have a different job for C++23 so this job is just
unnecessary.
### What changes are included in this PR?
Remove the unnecessary job
### Are these changes tested?
No but removed from archery
### Are there any user-facing changes?
No
* GitHub Issue: #49807
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
dev/tasks/tasks.yml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 282a8c83f4..5cbb7121f1 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -458,17 +458,6 @@ tasks:
FEDORA: 42
image: fedora-cpp
-{% for cpp_standard in [20] %}
- test-ubuntu-22.04-cpp-{{ cpp_standard }}:
- ci: github
- template: docker-tests/github.linux.yml
- params:
- env:
- UBUNTU: 22.04
- flags: "-e CMAKE_CXX_STANDARD={{ cpp_standard }}"
- image: ubuntu-cpp
-{% endfor %}
-
test-ubuntu-22.04-cpp-no-threading:
ci: github
template: docker-tests/github.linux.yml