From 084ab10e17c50dd15d6488ff5ac48a2476001021 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Thu, 21 Mar 2024 19:50:02 -0700 Subject: [PATCH] Disabled some workflows for now --- .github/workflows/daily.yml | 2 -- .github/workflows/external.yml | 1 - tests/unit/other.tcl | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 0a74409f6..3322a3337 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -5,8 +5,6 @@ on: branches: # any PR to a release branch. # - '[0-9].[0-9]' - schedule: - # - cron: '0 0 * * *' We don't have the resources for this atm. Will enable later workflow_dispatch: inputs: skipjobs: diff --git a/.github/workflows/external.yml b/.github/workflows/external.yml index 9cf225df1..effab72fb 100644 --- a/.github/workflows/external.yml +++ b/.github/workflows/external.yml @@ -4,7 +4,6 @@ on: pull_request: push: schedule: - # - cron: '0 0 * * *', We don't have the resources for this atm. Will enable later jobs: test-external-standalone: diff --git a/tests/unit/other.tcl b/tests/unit/other.tcl index 1ba0e62fa..865807154 100644 --- a/tests/unit/other.tcl +++ b/tests/unit/other.tcl @@ -403,7 +403,7 @@ start_server {tags {"other external:skip"}} { set cmdline [read_proc_title [srv 0 pid]] assert_equal "TEST" [lindex $cmdline 0] - assert_match "*/redis-server" [lindex $cmdline 1] + assert_match "*/placeholderkv-server" [lindex $cmdline 1] if {$::tls} { set expect_port [srv 0 pport]