Skip to content

Node XCron: Develop FSTS Regression #61

Node XCron: Develop FSTS Regression

Node XCron: Develop FSTS Regression #61

##
# Copyright (C) 2022-2023 Hedera Hashgraph, LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##
name: "Node XCron: Develop FSTS Regression"
on:
schedule:
- cron: '30 6 * * *'
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
trigger-task:
name: Trigger Daily Run
runs-on: [ self-hosted, Linux, small, scheduler, ephemeral ]
steps:
- name: Display Branch Information
run: |
printf "Ref: \t\t${{ github.ref }}"
printf "Head Ref: \t\t${{ github.head_ref }}"
printf "Ref Name: \t${{ github.ref_name }}"
printf "Commit SHA: \t${{ github.sha }}"
cron:
name: Cron
uses: ./.github/workflows/platform-zxc-launch-jrs-workflow.yaml
needs:
- trigger-task
with:
ref: ${{ github.sha }}
branch-name: ${{ github.ref_name }}
workflow-file: node-flow-fsts-daily-regression.yaml
workflow-file-ref: ${{ github.ref }}
secrets:
access-token: ${{ secrets.PLATFORM_GH_ACCESS_TOKEN }}