Skip to content
Prev Previous commit
Next Next commit
Shorten GitHub job name to avoid cut-off
  • Loading branch information
wonglkd committed Mar 8, 2023
commit 2dccb1897cee3abc08f035a27d0fb15c6de4e57f
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-centos-8-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
build-cachelib-centos8-1-1911:
#if: "!contains(github.event.head_commit.author.name, 'svcscm')"
name: "CentOS/8.1.1911 - Build CacheLib with all dependencies"
name: "CentOS/8.1.1911 Build & Test"
runs-on: ubuntu-latest
# Docker container image name
container: "centos:8.1.1911"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-centos-8-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- cron: '0 9 * * *'
jobs:
build-cachelib-centos8-latest:
name: "CentOS/8.5 - Build CacheLib with all dependencies"
name: "CentOS/8.5 Build & Test"
runs-on: ubuntu-latest
# Docker container image name
container: "centos:latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-debian-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- cron: '0 13 * * *'
jobs:
build-cachelib-debian-10:
name: "Debian-10 (Buster) - Build CacheLib with all dependencies"
name: "Debian-10 (Buster) Build & Test"
runs-on: ubuntu-latest
# Docker container image name
container: "debian:buster-slim"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-fedora-36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- cron: '0 19 * * *'
jobs:
build-cachelib-fedora-36:
name: "Fedora 36 - Build CacheLib with all dependencies"
name: "Fedora 36 Build & Test"
runs-on: ubuntu-latest
# Docker container image name
container: "fedora:36"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-rockylinux-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- cron: '0 15 * * 2,4,6'
jobs:
build-cachelib-centos8-latest:
name: "RockyLinux-8.6 - Build CacheLib with all dependencies"
name: "RockyLinux-8.6 Build & Test"
runs-on: ubuntu-latest
# Docker container image name
container: "rockylinux:8.6"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-rockylinux-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- cron: '0 17 * * *'
jobs:
build-cachelib-rockylinux-9:
name: "RockyLinux-9.0 - Build CacheLib with all dependencies"
name: "RockyLinux-9.0 Build & Test"
runs-on: ubuntu-latest
# Docker container image name
container: "rockylinux:9.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-ubuntu-18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- cron: '0 5 * * 2,4,6'
jobs:
build-cachelib-ubuntu-18:
name: "Ubuntu-18 - Build CacheLib with all dependencies"
name: "Ubuntu-18 Build & Test"
runs-on: ubuntu-latest
container: "ubuntu:18.04"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-ubuntu-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- cron: '0 5 * * 1,3,5'
jobs:
build-cachelib-ubuntu-20:
name: "Ubuntu-20 - Build CacheLib with all dependencies"
name: "Ubuntu-20 Build & Test"
runs-on: ubuntu-20.04
steps:
- name: "Show Head Commit"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-ubuntu-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- cron: '0 7 * * *'
jobs:
build-cachelib-ubuntu-22:
name: "Ubuntu-22 - Build CacheLib with all dependencies"
name: "Ubuntu-22 Build & Test"
runs-on: ubuntu-22.04
steps:
- name: "Show Head Commit"
Expand Down