Disabled some workflows for now
This commit is contained in:
parent
2e9855fbd0
commit
084ab10e17
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
@ -5,8 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
# any PR to a release branch.
|
# any PR to a release branch.
|
||||||
# - '[0-9].[0-9]'
|
# - '[0-9].[0-9]'
|
||||||
schedule:
|
|
||||||
# - cron: '0 0 * * *' We don't have the resources for this atm. Will enable later
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
skipjobs:
|
skipjobs:
|
||||||
|
1
.github/workflows/external.yml
vendored
1
.github/workflows/external.yml
vendored
@ -4,7 +4,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
# - cron: '0 0 * * *', We don't have the resources for this atm. Will enable later
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-external-standalone:
|
test-external-standalone:
|
||||||
|
@ -403,7 +403,7 @@ start_server {tags {"other external:skip"}} {
|
|||||||
set cmdline [read_proc_title [srv 0 pid]]
|
set cmdline [read_proc_title [srv 0 pid]]
|
||||||
|
|
||||||
assert_equal "TEST" [lindex $cmdline 0]
|
assert_equal "TEST" [lindex $cmdline 0]
|
||||||
assert_match "*/redis-server" [lindex $cmdline 1]
|
assert_match "*/placeholderkv-server" [lindex $cmdline 1]
|
||||||
|
|
||||||
if {$::tls} {
|
if {$::tls} {
|
||||||
set expect_port [srv 0 pport]
|
set expect_port [srv 0 pport]
|
||||||
|
Loading…
Reference in New Issue
Block a user