Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b550a55c
Unverified
Commit
b550a55c
authored
Jul 19, 2022
by
Yossi Gottlieb
Committed by
GitHub
Jul 19, 2022
Browse files
CI: Update vmaction. (#11013)
parent
95b88f67
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/daily.yml
View file @
b550a55c
...
...
@@ -674,7 +674,7 @@ jobs:
run
:
./runtest-cluster ${{github.event.inputs.cluster_test_args}}
test-freebsd
:
runs-on
:
macos-1
0.15
runs-on
:
macos-1
2
if
:
|
(github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) &&
!contains(github.event.inputs.skipjobs, 'freebsd') && !(contains(github.event.inputs.skiptests, 'redis') && contains(github.event.inputs.skiptests, 'modules'))
...
...
@@ -690,7 +690,7 @@ jobs:
repository
:
${{ env.GITHUB_REPOSITORY }}
ref
:
${{ env.GITHUB_HEAD_REF }}
-
name
:
test
uses
:
vmactions/freebsd-vm@v0.
1.6
uses
:
vmactions/freebsd-vm@v0.
2.0
with
:
usesh
:
true
sync
:
rsync
...
...
@@ -702,7 +702,7 @@ jobs:
if echo "${{github.event.inputs.skiptests}}" | grep -vq modules ; then MAKE=gmake ./runtest-moduleapi --verbose --timeout 2400 --no-latency --dump-logs ${{github.event.inputs.test_args}} || exit 1 ; fi ;
test-freebsd-sentinel
:
runs-on
:
macos-1
0.15
runs-on
:
macos-1
2
if
:
|
(github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) &&
!contains(github.event.inputs.skipjobs, 'freebsd') && !contains(github.event.inputs.skiptests, 'sentinel')
...
...
@@ -718,7 +718,7 @@ jobs:
repository
:
${{ env.GITHUB_REPOSITORY }}
ref
:
${{ env.GITHUB_HEAD_REF }}
-
name
:
test
uses
:
vmactions/freebsd-vm@v0.
1.6
uses
:
vmactions/freebsd-vm@v0.
2.0
with
:
usesh
:
true
sync
:
rsync
...
...
@@ -729,7 +729,7 @@ jobs:
if echo "${{github.event.inputs.skiptests}}" | grep -vq sentinel ; then ./runtest-sentinel ${{github.event.inputs.cluster_test_args}} || exit 1 ; fi ;
test-freebsd-cluster
:
runs-on
:
macos-1
0.15
runs-on
:
macos-1
2
if
:
|
(github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) &&
!contains(github.event.inputs.skipjobs, 'freebsd') && !contains(github.event.inputs.skiptests, 'cluster')
...
...
@@ -745,7 +745,7 @@ jobs:
repository
:
${{ env.GITHUB_REPOSITORY }}
ref
:
${{ env.GITHUB_HEAD_REF }}
-
name
:
test
uses
:
vmactions/freebsd-vm@v0.
1.6
uses
:
vmactions/freebsd-vm@v0.
2.0
with
:
usesh
:
true
sync
:
rsync
...
...
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