summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2020-12-02 13:47:25 +0200
committerGitHub <noreply@github.com>2020-12-02 13:47:25 +0200
commit84e0489562a0f61b95755dc863bfca79c23b6ef0 (patch)
tree518274b6d8fa1a8b62dab30f247f36a8a77f51c5 /.github
parent7885faf18b776eaed4a7ddcf8fb8bce699820eea (diff)
downloadredis-84e0489562a0f61b95755dc863bfca79c23b6ef0.tar.gz
Remove end-of-life CentOS 6 workflows. (#8121)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
-rw-r--r--.github/workflows/daily.yml22
2 files changed, 0 insertions, 32 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index be2be1789..2582c53a4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,13 +58,3 @@ jobs:
run: |
yum -y install gcc make
make REDIS_CFLAGS='-Werror'
-
- build-centos6-jemalloc:
- runs-on: ubuntu-latest
- container: centos:6
- steps:
- - uses: actions/checkout@v1
- - name: make
- run: |
- yum -y install gcc make
- make
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index d78252026..028c44e0c 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -137,28 +137,6 @@ jobs:
- name: cluster tests
run: ./runtest-cluster
- test-centos6-jemalloc:
- runs-on: ubuntu-latest
- if: github.repository == 'redis/redis'
- container: centos:6
- timeout-minutes: 14400
- steps:
- - uses: actions/checkout@v1
- - name: make
- run: |
- yum -y install gcc make
- make
- - name: test
- run: |
- yum -y install which tcl util-linux-ng
- ./runtest --accurate --verbose
- - name: module api test
- run: ./runtest-moduleapi --verbose
- - name: sentinel tests
- run: ./runtest-sentinel
- - name: cluster tests
- run: ./runtest-cluster
-
test-centos7-tls:
runs-on: ubuntu-latest
if: github.repository == 'redis/redis'