]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Fix realtime param on Weekly and Nightly tests and...
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 23 Sep 2024 14:24:02 +0000 (08:24 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Nov 2024 20:01:34 +0000 (20:01 +0000)
Rename the "Cleanup" job in the cherry-pick and recheck jobs
to "Summary".

(cherry picked from commit 94237f684a4094e8d6171408d518d6d83a0ee0b9)

.github/workflows/NightlyTests.yml
.github/workflows/OnPRCherryPickTest.yml
.github/workflows/OnPRRecheck.yml
.github/workflows/WeeklyTests.yml

index ca716115d4c95ff21961a949b0e4e539d028fcee..f4cf32754ce21a9dd6581d39aa6b9c4cb4df2da0 100644 (file)
@@ -10,10 +10,6 @@ on:
         required: false
         type: string
         description: "Array of test groups to run: ['ari1','channels'].  Defaults to NIGHTLYTEST_LIST"
-      realtime:
-        type: boolean
-        required: false
-        default: false
 
   schedule:
 #            Monday-Saturday 2am
@@ -26,6 +22,6 @@ jobs:
     with:
       branches:   ${{ inputs.branches || vars.NIGHTLYTEST_BRANCHES }}
       group_list: ${{ inputs.group_list || vars.NIGHTLYTEST_LIST }}
-      realtime:   ${{ inputs.realtime }}
+      realtime:   false
     secrets:
       TOKEN: ${{ secrets.GITHUB_TOKEN }}
index f1a5df80ad6bfda9acbff741b21c522e55642ec1..f0b52f69f3ccd59ddfa2c1eaa98837955bf5eef7 100644 (file)
@@ -93,7 +93,7 @@ jobs:
     secrets:
       TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
-  Cleanup:
+  Summary:
     if: ${{ success() || failure() }}
     runs-on: ubuntu-latest
     needs: [Setup,Check]
index 899622e219cc6fc777702e6bee85041636346b5a..3d0c4dd0c5e6f608ef7c93aeb1b5db6c18b2c6fd 100644 (file)
@@ -59,7 +59,7 @@ jobs:
     secrets:
       TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
-  Cleanup:
+  Summary:
     if: ${{ success() || failure() }}
     runs-on: ubuntu-latest
     needs: [Setup,ReCheck]
index b5ca51b1b0e4605b64ae97343ab8b28c34188a0f..85c4df633fcb76aa16b125cc202985ac5eef5bf1 100644 (file)
@@ -10,10 +10,6 @@ on:
         required: false
         type: string
         description: "Array of test groups to run: ['ari1','channels'].  Defaults to NIGHTLYTEST_LIST"
-      realtime:
-        type: boolean
-        required: false
-        default: true
 
   schedule:
 #           Sunday 2am
@@ -26,6 +22,6 @@ jobs:
     with:
       branches:   ${{ inputs.branches || vars.NIGHTLYTEST_BRANCHES }}
       group_list: ${{ inputs.group_list || vars.NIGHTLYTEST_LIST }}
-      realtime:   ${{ inputs.realtime }}
+      realtime:   true
     secrets:
       TOKEN: ${{ secrets.GITHUB_TOKEN }}