mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
.github: Fix realtime param on Weekly and Nightly tests and...
Rename the "Cleanup" job in the cherry-pick and recheck jobs
to "Summary".
(cherry picked from commit 0b5e9302c1
)
This commit is contained in:
committed by
Asterisk Development Team
parent
d1c56a4754
commit
549fe6062e
6
.github/workflows/NightlyTests.yml
vendored
6
.github/workflows/NightlyTests.yml
vendored
@@ -10,10 +10,6 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
description: "Array of test groups to run: ['ari1','channels']. Defaults to NIGHTLYTEST_LIST"
|
description: "Array of test groups to run: ['ari1','channels']. Defaults to NIGHTLYTEST_LIST"
|
||||||
realtime:
|
|
||||||
type: boolean
|
|
||||||
required: false
|
|
||||||
default: false
|
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Monday-Saturday 2am
|
# Monday-Saturday 2am
|
||||||
@@ -26,6 +22,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
branches: ${{ inputs.branches || vars.NIGHTLYTEST_BRANCHES }}
|
branches: ${{ inputs.branches || vars.NIGHTLYTEST_BRANCHES }}
|
||||||
group_list: ${{ inputs.group_list || vars.NIGHTLYTEST_LIST }}
|
group_list: ${{ inputs.group_list || vars.NIGHTLYTEST_LIST }}
|
||||||
realtime: ${{ inputs.realtime }}
|
realtime: false
|
||||||
secrets:
|
secrets:
|
||||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
2
.github/workflows/OnPRCherryPickTest.yml
vendored
2
.github/workflows/OnPRCherryPickTest.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
|||||||
secrets:
|
secrets:
|
||||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
Cleanup:
|
Summary:
|
||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [Setup,Check]
|
needs: [Setup,Check]
|
||||||
|
2
.github/workflows/OnPRRecheck.yml
vendored
2
.github/workflows/OnPRRecheck.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
secrets:
|
secrets:
|
||||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
Cleanup:
|
Summary:
|
||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [Setup,ReCheck]
|
needs: [Setup,ReCheck]
|
||||||
|
6
.github/workflows/WeeklyTests.yml
vendored
6
.github/workflows/WeeklyTests.yml
vendored
@@ -10,10 +10,6 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
description: "Array of test groups to run: ['ari1','channels']. Defaults to NIGHTLYTEST_LIST"
|
description: "Array of test groups to run: ['ari1','channels']. Defaults to NIGHTLYTEST_LIST"
|
||||||
realtime:
|
|
||||||
type: boolean
|
|
||||||
required: false
|
|
||||||
default: true
|
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Sunday 2am
|
# Sunday 2am
|
||||||
@@ -26,6 +22,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
branches: ${{ inputs.branches || vars.NIGHTLYTEST_BRANCHES }}
|
branches: ${{ inputs.branches || vars.NIGHTLYTEST_BRANCHES }}
|
||||||
group_list: ${{ inputs.group_list || vars.NIGHTLYTEST_LIST }}
|
group_list: ${{ inputs.group_list || vars.NIGHTLYTEST_LIST }}
|
||||||
realtime: ${{ inputs.realtime }}
|
realtime: true
|
||||||
secrets:
|
secrets:
|
||||||
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user