Skip to content

Commit

Permalink
Adding test flow for ubuntu 2204 (#9655)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Poorman <nick@swirldslabs.com>
  • Loading branch information
JeffreyDallas authored and nickpoorman committed Nov 22, 2023
1 parent 953bc5b commit e8450a8
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions .github/workflows/node-flow-fsts-daily-interval-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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() }}

0 comments on commit e8450a8

Please sign in to comment.