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
9478d5a1
Unverified
Commit
9478d5a1
authored
Feb 28, 2022
by
Oran Agra
Committed by
GitHub
Feb 28, 2022
Browse files
enable daily CI on release branches (#10357)
parent
5860fa3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/daily.yml
View file @
9478d5a1
...
@@ -35,7 +35,7 @@ jobs:
...
@@ -35,7 +35,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
github.event_name == 'workflow_dispatch' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis') && !contains(github.event.inputs.skipjobs, 'ubuntu')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis') && !contains(github.event.inputs.skipjobs, 'ubuntu')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -72,7 +72,7 @@ jobs:
...
@@ -72,7 +72,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
github.event_name == 'workflow_dispatch' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis') && !contains(github.event.inputs.skipjobs, 'malloc')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis') && !contains(github.event.inputs.skipjobs, 'malloc')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -105,7 +105,7 @@ jobs:
...
@@ -105,7 +105,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
github.event_name == 'workflow_dispatch' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis') && !contains(github.event.inputs.skipjobs, 'malloc')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis') && !contains(github.event.inputs.skipjobs, 'malloc')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -138,7 +138,7 @@ jobs:
...
@@ -138,7 +138,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, '32bit')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, '32bit')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -178,7 +178,7 @@ jobs:
...
@@ -178,7 +178,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'tls')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'tls')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -222,7 +222,7 @@ jobs:
...
@@ -222,7 +222,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'iothreads')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'iothreads')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -250,7 +250,7 @@ jobs:
...
@@ -250,7 +250,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'valgrind')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'valgrind')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -284,7 +284,7 @@ jobs:
...
@@ -284,7 +284,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'valgrind')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'valgrind')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -313,7 +313,7 @@ jobs:
...
@@ -313,7 +313,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'sanitizer')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'sanitizer')
timeout-minutes
:
14400
timeout-minutes
:
14400
strategy
:
strategy
:
matrix
:
matrix
:
...
@@ -356,7 +356,7 @@ jobs:
...
@@ -356,7 +356,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'sanitizer')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'sanitizer')
timeout-minutes
:
14400
timeout-minutes
:
14400
strategy
:
strategy
:
matrix
:
matrix
:
...
@@ -399,7 +399,7 @@ jobs:
...
@@ -399,7 +399,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
github.event_name == 'workflow_dispatch' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis') && !contains(github.event.inputs.skipjobs, 'centos')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis') && !contains(github.event.inputs.skipjobs, 'centos')
container
:
centos:7
container
:
centos:7
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
...
@@ -435,7 +435,7 @@ jobs:
...
@@ -435,7 +435,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'tls')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'tls')
container
:
centos:7
container
:
centos:7
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
...
@@ -482,7 +482,7 @@ jobs:
...
@@ -482,7 +482,7 @@ jobs:
runs-on
:
macos-latest
runs-on
:
macos-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'macos')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'macos')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -513,7 +513,7 @@ jobs:
...
@@ -513,7 +513,7 @@ jobs:
runs-on
:
macos-10.15
runs-on
:
macos-10.15
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'freebsd')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'freebsd')
timeout-minutes
:
14400
timeout-minutes
:
14400
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -543,7 +543,7 @@ jobs:
...
@@ -543,7 +543,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'alpine')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'alpine')
container
:
alpine:latest
container
:
alpine:latest
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
@@ -578,7 +578,7 @@ jobs:
...
@@ -578,7 +578,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
|
if
:
|
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'workflow_dispatch' ||
(github.event_name
=
= '
schedule
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'alpine')
(github.event_name
!
= '
workflow_dispatch
' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'alpine')
container
:
alpine:latest
container
:
alpine:latest
steps
:
steps
:
-
name
:
prep
-
name
:
prep
...
...
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