Skip to content

Commit

Permalink
PostCommit Java Nexmark Dataflow #
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-dudko committed Sep 14, 2023
1 parent 64f65e0 commit b98d97e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/beam_PostCommit_Java_Nexmark_Dataflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,24 @@ env:
jobs:
read_Config:
runs-on: [ self-hosted, ubuntu-20.04, main ]
strategy:
matrix:
job_name: [ beam_PostCommit_Java_Nexmark_Dataflow ]
job_phrase: [ Run Dataflow Runner Nexmark Tests ]
if: |
github.event_name == 'workflow_dispatch' ||
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Dataflow Runner V2 Nexmark Tests'
outputs:
output: ${{ steps.set_config.outputs.prepared_config }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Setup repository
uses: ./.github/actions/setup-action
with:
comment_phrase: ${{ matrix.job_phrase }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
- name: Read and Prepare config
id: set_config
shell: bash
Expand Down

0 comments on commit b98d97e

Please sign in to comment.