Skip to content

Commit 50d599c

Browse files
committed
Install SSH
1 parent 3f5ce80 commit 50d599c

12 files changed

Lines changed: 35 additions & 11 deletions

.github/workflows/beam_LoadTests_Go_CoGBK_Flink_batch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
8282
- name: Setup environment
8383
uses: ./.github/actions/setup-environment-action
84+
- name: Install SSH
85+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8486
- name: Prepare test arguments
8587
uses: ./.github/actions/test-arguments-action
8688
with:
@@ -128,4 +130,4 @@ jobs:
128130
- name: Teardown Flink
129131
if: always()
130132
run: |
131-
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
133+
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete

.github/workflows/beam_LoadTests_Go_Combine_Flink_Batch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
comment_phrase: ${{ matrix.job_phrase }}
8080
github_token: ${{ secrets.GITHUB_TOKEN }}
8181
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
82+
- name: Install SSH
83+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8284
- name: Prepare test arguments
8385
uses: ./.github/actions/test-arguments-action
8486
with:
@@ -131,4 +133,4 @@ jobs:
131133
- name: Teardown Flink
132134
if: always()
133135
run: |
134-
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
136+
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete

.github/workflows/beam_LoadTests_Go_GBK_Flink_Batch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
8282
- name: Setup environment
8383
uses: ./.github/actions/setup-environment-action
84+
- name: Install SSH
85+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8486
- name: Prepare test arguments
8587
uses: ./.github/actions/test-arguments-action
8688
with:
@@ -163,4 +165,4 @@ jobs:
163165
- name: Teardown Flink
164166
if: always()
165167
run: |
166-
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
168+
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete

.github/workflows/beam_LoadTests_Go_ParDo_Flink_Batch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
8282
- name: Setup environment
8383
uses: ./.github/actions/setup-environment-action
84+
- name: Install SSH
85+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8486
- name: Prepare test arguments
8587
uses: ./.github/actions/test-arguments-action
8688
with:
@@ -138,4 +140,4 @@ jobs:
138140
- name: Teardown Flink
139141
if: always()
140142
run: |
141-
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
143+
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete

.github/workflows/beam_LoadTests_Go_SideInput_Flink_Batch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
8282
- name: Setup environment
8383
uses: ./.github/actions/setup-environment-action
84+
- name: Install SSH
85+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8486
- name: Prepare test arguments
8587
uses: ./.github/actions/test-arguments-action
8688
with:
@@ -118,4 +120,4 @@ jobs:
118120
- name: Teardown Flink
119121
if: always()
120122
run: |
121-
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
123+
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete

.github/workflows/beam_LoadTests_Python_CoGBK_Flink_Batch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
uses: ./.github/actions/setup-environment-action
8484
with:
8585
python-version: default
86+
- name: Install SSH
87+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8688
- name: Prepare test arguments
8789
uses: ./.github/actions/test-arguments-action
8890
with:

.github/workflows/beam_LoadTests_Python_Combine_Flink_Batch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
uses: ./.github/actions/setup-environment-action
8484
with:
8585
python-version: default
86+
- name: Install SSH
87+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8688
- name: Prepare test arguments
8789
uses: ./.github/actions/test-arguments-action
8890
with:
@@ -99,7 +101,7 @@ jobs:
99101
cd ${{ github.workspace }}/.test-infra/dataproc; ./flink_cluster.sh create
100102
- name: get current time
101103
run: echo "NOW_UTC=$(date '+%m%d%H%M%S' --utc)" >> $GITHUB_ENV
102-
# The env variables are created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
104+
# The env variables are created and populated in the test-arguments-action as "<github.job>_test_arguments_<argument_file_paths_index>"
103105
- name: run Load test 2GB 10 byte records
104106
env:
105107
CLOUDSDK_CONFIG: ${{ env.KUBELET_GCLOUD_CONFIG_PATH}}
@@ -137,4 +139,4 @@ jobs:
137139
- name: Teardown Flink
138140
if: always()
139141
run: |
140-
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
142+
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete

.github/workflows/beam_LoadTests_Python_Combine_Flink_Streaming.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
uses: ./.github/actions/setup-environment-action
8484
with:
8585
python-version: default
86+
- name: Install SSH
87+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8688
- name: Prepare test arguments
8789
uses: ./.github/actions/test-arguments-action
8890
with:

.github/workflows/beam_LoadTests_Python_GBK_Flink_Batch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
uses: ./.github/actions/setup-environment-action
8484
with:
8585
python-version: default
86+
- name: Install SSH
87+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8688
- name: Prepare test arguments
8789
uses: ./.github/actions/test-arguments-action
8890
with:
@@ -151,5 +153,5 @@ jobs:
151153
if: always()
152154
run: |
153155
${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
154-
155-
# TODO(https://github.com/apache/beam/issues/20146) Re-enable auto builds after these tests pass.
156+
157+
# TODO(https://github.com/apache/beam/issues/20146) Re-enable auto builds after these tests pass.

.github/workflows/beam_LoadTests_Python_ParDo_Flink_Batch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
uses: ./.github/actions/setup-environment-action
8484
with:
8585
python-version: default
86+
- name: Install SSH
87+
run: sudo apt-get update && sudo apt-get install -y openssh-client
8688
- name: Prepare test arguments
8789
uses: ./.github/actions/test-arguments-action
8890
with:
@@ -128,4 +130,4 @@ jobs:
128130
-PloadTest.mainClass=apache_beam.testing.load_tests.pardo_test \
129131
-Prunner=PortableRunner \
130132
-PpythonVersion=3.10 \
131-
'-PloadTest.args=${{ env.beam_LoadTests_Python_ParDo_Flink_Batch_test_arguments_3 }} --job_name=load-tests-python-flink-batch-pardo-4-${{ steps.datetime.outputs.datetime }}'
133+
'-PloadTest.args=${{ env.beam_LoadTests_Python_ParDo_Flink_Batch_test_arguments_3 }} --job_name=load-tests-python-flink-batch-pardo-4-${{ steps.datetime.outputs.datetime }}'

0 commit comments

Comments
 (0)