Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
84e04895
Unverified
Commit
84e04895
authored
Dec 02, 2020
by
Yossi Gottlieb
Committed by
GitHub
Dec 02, 2020
Browse files
Remove end-of-life CentOS 6 workflows. (#8121)
parent
7885faf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
84e04895
...
...
@@ -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
.github/workflows/daily.yml
View file @
84e04895
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment