diff --git a/.github/workflows/node-flow-fsts-daily-interval-01.yaml b/.github/workflows/node-flow-fsts-daily-interval-01.yaml index c30f6f914ded..ab6b7f12adf0 100644 --- a/.github/workflows/node-flow-fsts-daily-interval-01.yaml +++ b/.github/workflows/node-flow-fsts-daily-interval-01.yaml @@ -39,12 +39,13 @@ concurrency: group: ${{ github.event.inputs.concurrency-group || format('{0}-{1}-flow-jrs-daily-interval-groups', github.ref_name, github.sha) }} # Panel Definition & Timings: -# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-Ubuntu1804-4N-2C.json" ---- 120m -# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-Rhel7-4N-2C.json" ---- 120m -# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-Rhel8-4N-2C.json" ---- 120m -# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-CentOS7-4N-2C.json" ---- 120m -# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-4N-2C.json" ---- 120m -# TOTAL RUN TIME: 600 minutes, 10 hours +# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-Ubuntu1804-4N-2C.json" ---- 90m +# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-Rhel7-4N-2C.json" ---- 90m +# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-Rhel8-4N-2C.json" ---- 90m +# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-CentOS7-4N-2C.json" ---- 90m +# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-4N-2C.json" ---- 90m +# "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-Ubuntu2204-4N-2C.json" ---- 90m +# TOTAL RUN TIME: 540 minutes, 9 hours jobs: crypto-update-ubuntu1804-4n-2c: @@ -150,3 +151,21 @@ jobs: gradle-cache-username: ${{ secrets.GRADLE_CACHE_USERNAME }} gradle-cache-password: ${{ secrets.GRADLE_CACHE_PASSWORD }} if: ${{ !cancelled() && always() }} + + crypto-update-ubuntu2204-4n-2c: + name: Crypto-Update-Ubuntu2204-4N-2C + uses: ./.github/workflows/zxc-jrs-regression.yaml + with: + ref: ${{ github.event.inputs.ref }} + branch-name: ${{ github.event.inputs.branch-name }} + hedera-tests-enabled: true + use-branch-for-slack-channel: true + panel-config: "configs/services/suites/daily/GCP-Daily-Services-Crypto-Update-Ubuntu2204-4N-2C.json" + secrets: + access-token: ${{ secrets.PLATFORM_GH_ACCESS_TOKEN }} + jrs-ssh-user-name: ${{ secrets.PLATFORM_JRS_SSH_USER_NAME }} + jrs-ssh-key-file: ${{ secrets.PLATFORM_JRS_SSH_KEY_FILE }} + gcp-project-number: ${{ secrets.PLATFORM_GCP_PROJECT_NUMBER }} + gcp-sa-key-contents: ${{ secrets.PLATFORM_GCP_KEY_FILE }} + slack-api-token: ${{ secrets.PLATFORM_SLACK_API_TOKEN }} + if: ${{ !cancelled() && always() }}