Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/IO_Iceberg_Integration_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
job_name: ["IO_Iceberg_Integration_Tests"]
job_phrase: ["Run IcebergIO Integration Test"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
job_name: ["IO_Iceberg_Integration_Tests_Dataflow"]
job_phrase: ["Run IcebergIO Integration Tests on Dataflow"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
job_name: ["IO_Iceberg_Managed_Integration_Tests_Dataflow"]
job_phrase: ["Run IcebergIO Managed Integration Tests on Dataflow"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/IO_Iceberg_Performance_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
job_name: ["IO_Iceberg_Performance_Tests"]
job_phrase: ["Run IcebergIO Performance Test"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/IO_Iceberg_Unit_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
github.event.comment.body == 'Run IcebergIO Unit Tests'
runs-on: [self-hosted, ubuntu-20.04, main]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assign_milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_CancelStaleDataflowJobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event.comment.body == 'Run Cancel Stale Dataflow Jobs'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_CleanUpDataprocResources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
timeout-minutes: 100
name: "beam_CleanUpDataprocResources"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Delete leaked resources for all the jobs that generates flink clusters
run: |
cd ${{ github.workspace }}/.test-infra/dataproc; ./cleanup.sh -xe
2 changes: 1 addition & 1 deletion .github/workflows/beam_CleanUpGCPResources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event.comment.body == 'Run Clean GCP Resources'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_CleanUpPrebuiltSDKImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event.comment.body == 'Run Clean Prebuilt Images'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_CloudML_Benchmarks_Dataflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
job_name: ["beam_CloudML_Benchmarks_Dataflow"]
job_phrase: ["Run TFT Criteo Benchmarks"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_IODatastoresCredentialsRotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
job_name: ["beam_IODatastoresCredentialsRotation"]
job_phrase: ["N/A"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_Inference_Python_Benchmarks_Dataflow"]
job_phrase: ["Run Inference Benchmarks"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Infrastructure_PolicyEnforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: [self-hosted, ubuntu-20.04, main]
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Infrastructure_SecurityLogging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: [self-hosted, ubuntu-20.04, main]
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: [self-hosted, ubuntu-20.04, main]
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Infrastructure_UsersPermissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: [self-hosted, ubuntu-20.04, main]
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v3
- name: Install Terraform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Java_JMH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
timeout-minutes: 900
name: "beam_Java_JMH"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup environment
uses: ./.github/actions/setup-environment-action
- name: run the Java JMH micro-benchmark harness suite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_Java_LoadTests_Combine_Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_Java_LoadTests_Combine_Smoke"]
job_phrase: ["Run Java Load Tests Combine Smoke"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Go_CoGBK_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go CoGBK Dataflow Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_CoGBK_Flink_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_CoGBK_Flink_Batch"]
job_phrase: ["Run Load Tests Go CoGBK Flink Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Go_Combine_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go Combine Dataflow Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_Combine_Flink_Batch"]
job_phrase: ["Run Load Tests Go Combine Flink Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_GBK_Dataflow_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Go_GBK_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go GBK Dataflow Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_GBK_Flink_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_GBK_Flink_Batch"]
job_phrase: ["Run Load Tests Go GBK Flink Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Go_ParDo_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go ParDo Dataflow Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Go_ParDo_Flink_Batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_ParDo_Flink_Batch"]
job_phrase: ["Run Load Tests Go ParDo Flink Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Go_SideInput_Dataflow_Batch"]
job_phrase: ["Run Load Tests Go SideInput Dataflow Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
job_name: ["beam_LoadTests_Go_SideInput_Flink_Batch"]
job_phrase: ["Run Load Tests Go SideInput Flink Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_CoGBK_Dataflow_Batch"]
job_phrase: ["Run Load Tests Java CoGBK Dataflow Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_CoGBK_Dataflow_Streaming"]
job_phrase: ["Run Load Tests Java CoGBK Dataflow Streaming"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
job_phrase_2: ["CoGBK Dataflow V2 Batch"]
java_version: ['11','17']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
job_phrase_2: ["CoGBK Dataflow V2 Streaming"]
java_version: ['11','17']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_CoGBK_SparkStructuredStreaming_Batch"]
job_phrase: ["Run Load Tests Java CoGBK SparkStructuredStreaming Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_Combine_Dataflow_Batch"]
job_phrase: ["Run Load Tests Java Combine Dataflow Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_Combine_Dataflow_Streaming"]
job_phrase: ["Run Load Tests Java Combine Dataflow Streaming"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_Combine_SparkStructuredStreaming_Batch"]
job_phrase: ["Run Load Tests Java Combine SparkStructuredStreaming Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_GBK_Dataflow_Batch"]
job_phrase: ["Run Load Tests Java GBK Dataflow Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_GBK_Dataflow_Streaming"]
job_phrase: ["Run Load Tests Java GBK Dataflow Streaming"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_GBK_Dataflow_V2_Batch"]
job_phrase: ["Run Load Tests GBK Dataflow V2 Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_GBK_Dataflow_V2_Batch_Java17"]
job_phrase: ["Run Load Tests Java 17 GBK Dataflow V2 Batch"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_GBK_Dataflow_V2_Streaming"]
job_phrase: ["Run Load Tests GBK Dataflow V2 Streaming"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
job_name: ["beam_LoadTests_Java_GBK_Dataflow_V2_Streaming_Java17"]
job_phrase: ["Run Load Tests Java 17 GBK Dataflow V2 Streaming"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_LoadTests_Java_GBK_Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
job_name: ["beam_LoadTests_Java_GBK_Smoke"]
job_phrase: ["Run Java Load Tests GBK Smoke"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup repository
uses: ./.github/actions/setup-action
with:
Expand Down
Loading