Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Workflow Replacement for Jenkins Jobs, beam_LoadTests_Java_GBK_Dataflow_Batch_* #28738

Merged
merged 6 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
description added
  • Loading branch information
magicgoody committed Sep 29, 2023
commit 38fa6252ab8f8a82df0e32be0649a459fc9035ea
4 changes: 2 additions & 2 deletions .github/workflows/beam_LoadTests_Java_GBK_Dataflow_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- cron: '10 6 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
permissions:
actions: write
pull-requests: write
Expand Down Expand Up @@ -69,7 +69,6 @@ jobs:
comment_phrase: ${{ matrix.job_phrase }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: Prepare test arguments
uses: ./.github/actions/test-arguments-action
with:
Expand All @@ -83,6 +82,7 @@ jobs:
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_Batch_fanout_8_times_with_2GB_10-byte_records_total.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_Batch_reiterate_4_times_10kB_values.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_Batch_reiterate_4_times_2MB_values.txt
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: run Load test 2GB of 10B records
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- cron: '50 6 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
permissions:
actions: write
pull-requests: write
Expand Down Expand Up @@ -69,7 +69,6 @@ jobs:
comment_phrase: ${{ matrix.job_phrase }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: Prepare test arguments
uses: ./.github/actions/test-arguments-action
with:
Expand All @@ -83,6 +82,7 @@ jobs:
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_Streaming_fanout_8_times_with_2GB_10-byte_records_total.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_Streaming_reiterate_4_times_10kB_values.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_Streaming_reiterate_4_times_2MB_values.txt
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: run Load test 2GB of 10B records
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- cron: '10 7 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
permissions:
actions: write
pull-requests: write
Expand Down Expand Up @@ -73,7 +73,6 @@ jobs:
uses: ./.github/actions/setup-environment-action
with:
java-version: 11
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: Prepare test arguments
uses: ./.github/actions/test-arguments-action
with:
Expand All @@ -87,6 +86,7 @@ jobs:
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Batch_Java11_fanout_8_times_with_2GB_10-byte_records_total.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Batch_Java11_reiterate_4_times_10kB_values.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Batch_Java11_reiterate_4_times_2MB_values.txt
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: run Load test 2GB of 10B records
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- cron: '50 7 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
permissions:
actions: write
pull-requests: write
Expand Down Expand Up @@ -75,7 +75,6 @@ jobs:
java-version: |
17
8
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: Prepare test arguments
uses: ./.github/actions/test-arguments-action
with:
Expand All @@ -89,6 +88,7 @@ jobs:
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Batch_Java17_fanout_8_times_with_2GB_10-byte_records_total.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Batch_Java17_reiterate_4_times_10kB_values.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Batch_Java17_reiterate_4_times_2MB_values.txt
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: run Load test 2GB of 10B records
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- cron: '50 8 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
permissions:
actions: write
pull-requests: write
Expand Down Expand Up @@ -73,7 +73,6 @@ jobs:
uses: ./.github/actions/setup-environment-action
with:
java-version: 11
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: Prepare test arguments
uses: ./.github/actions/test-arguments-action
with:
Expand All @@ -87,6 +86,7 @@ jobs:
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Streaming_Java11_fanout_8_times_with_2GB_10-byte_records_total.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Streaming_Java11_reiterate_4_times_10kB_values.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Streaming_Java11_reiterate_4_times_2MB_values.txt
# The env variables are created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: run Load test 2GB of 10B records
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- cron: '50 9 * * *'
workflow_dispatch:

#Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
permissions:
actions: write
pull-requests: write
Expand Down Expand Up @@ -75,7 +75,6 @@ jobs:
java-version: |
17
8
# The env variable is created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: Prepare test arguments
uses: ./.github/actions/test-arguments-action
with:
Expand All @@ -89,6 +88,7 @@ jobs:
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Streaming_Java17_fanout_8_times_with_2GB_10-byte_records_total.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Streaming_Java17_reiterate_4_times_10kB_values.txt
${{ github.workspace }}/.github/workflows/load-tests-job-configs/Java_GBK_Dataflow_V2_Streaming_Java17_reiterate_4_times_2MB_values.txt
# The env variables are created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
- name: run Load test 2GB of 10B records
uses: ./.github/actions/gradle-command-self-hosted-action
with:
Expand Down