Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEVOPS-3352] Update OS for github runner docker host #301

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# ---------------------------------------------------------------------------------------

- name: ubuntu2204-x86_64-gcc11
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04 # For the top-level VM only. We use Docker in it.
docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2024-09-20T23_57_46
build_thirdparty_args: >-
--compiler-prefix=/usr
Expand All @@ -49,7 +49,7 @@ jobs:
architecture: x86_64

- name: ubuntu2204-x86_64-gcc12
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2024-09-20T23_57_46
build_thirdparty_args: >-
--compiler-prefix=/usr
Expand All @@ -58,14 +58,14 @@ jobs:
architecture: x86_64

- name: ubuntu2204-x86_64-clang17
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2024-09-20T23_57_46
build_thirdparty_args: >-
--toolchain=llvm17
architecture: x86_64

- name: ubuntu2204-x86_64-clang19
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2024-09-20T23_57_46
build_thirdparty_args: >-
--toolchain=llvm19
Expand All @@ -78,7 +78,7 @@ jobs:
# GCC 11 and GCC 12 have DiskANN compilation issues on Ubuntu 24.04.

- name: ubuntu2404-x86_64-gcc13
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_ubuntu2404_x86_64:v2024-09-20T23_57_48
build_thirdparty_args: >-
--compiler-prefix=/usr
Expand All @@ -87,14 +87,14 @@ jobs:
architecture: x86_64

- name: ubuntu2404-x86_64-clang17
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_ubuntu2404_x86_64:v2024-09-20T23_57_48
build_thirdparty_args: >-
--toolchain=llvm17
architecture: x86_64

- name: ubuntu2404-x86_64-clang19
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_ubuntu2404_x86_64:v2024-09-20T23_57_48
build_thirdparty_args: >-
--toolchain=llvm19
Expand All @@ -105,36 +105,36 @@ jobs:
# ---------------------------------------------------------------------------------------

- name: almalinux8-x86_64-gcc11
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55
build_thirdparty_args: >-
--devtoolset=11
architecture: x86_64

- name: almalinux8-x86_64-gcc12
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55
build_thirdparty_args: >-
--devtoolset=12
architecture: x86_64

- name: almalinux8-x86_64-gcc13
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55
build_thirdparty_args: >-
--devtoolset=13
architecture: x86_64

# Clang/LLVM 17
- name: almalinux8-x86_64-clang17
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55
build_thirdparty_args: >-
--toolchain=llvm17
architecture: x86_64

- name: almalinux8-x86_64-clang17-full-lto
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55
build_thirdparty_args: >-
--toolchain=llvm17
Expand All @@ -143,14 +143,14 @@ jobs:

# Clang/LLVM 19
- name: almalinux8-x86_64-clang19
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55
build_thirdparty_args: >-
--toolchain=llvm19
architecture: x86_64

- name: almalinux8-x86_64-clang19-full-lto
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55
build_thirdparty_args: >-
--toolchain=llvm19
Expand All @@ -162,21 +162,21 @@ jobs:
# ---------------------------------------------------------------------------------------

- name: almalinux9-x86_64-gcc12
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux9_x86_64:v2024-09-20T20_33_54
build_thirdparty_args: >-
--devtoolset=12
architecture: x86_64

- name: almalinux9-x86_64-gcc13
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux9_x86_64:v2024-09-20T20_33_54
build_thirdparty_args: >-
--devtoolset=13
architecture: x86_64

- name: almalinux9-x86_64-clang19
runs_on: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
runs_on: ubuntu-24.04
docker_image: yugabyteci/yb_build_infra_almalinux9_x86_64:v2024-09-20T20_33_54
build_thirdparty_args: >-
--toolchain=llvm19
Expand Down
Loading