Skip to content

Commit abddb48

Browse files
committed
Revert #35191
1 parent 7498cfb commit abddb48

File tree

15 files changed

+16
-38
lines changed

15 files changed

+16
-38
lines changed

.github/workflows/beam_PostCommit_Yaml_Xlang_Direct.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,14 @@ jobs:
6161
matrix:
6262
job_name: ["beam_PostCommit_Yaml_Xlang_Direct"]
6363
job_phrase: ["Run Yaml_Xlang_Direct PostCommit"]
64-
test_set: ["data", "databases", "messaging"]
6564
steps:
6665
- uses: actions/checkout@v4
6766
- name: Setup repository
6867
uses: ./.github/actions/setup-action
6968
with:
70-
comment_phrase: ${{ matrix.job_phrase }} ${{ matrix.test_set }}
69+
comment_phrase: ${{ matrix.job_phrase }}
7170
github_token: ${{ secrets.GITHUB_TOKEN }}
72-
github_job: ${{ matrix.job_name }} ${{ matrix.test_set }} (${{ matrix.job_phrase }} ${{ matrix.test_set }})
71+
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
7372
- name: Setup environment
7473
uses: ./.github/actions/setup-environment-action
7574
with:
@@ -80,7 +79,7 @@ jobs:
8079
- name: run PostCommit Yaml Xlang Direct script
8180
uses: ./.github/actions/gradle-command-self-hosted-action
8281
with:
83-
gradle-command: :sdks:python:postCommitYamlIntegrationTests -PyamlTestSet=${{ matrix.test_set }} -PbeamPythonExtra=ml_test
82+
gradle-command: :sdks:python:postCommitYamlIntegrationTests -PbeamPythonExtra=ml_test
8483
- name: Archive Python Test Results
8584
uses: actions/upload-artifact@v4
8685
if: failure()
@@ -94,5 +93,4 @@ jobs:
9493
commit: '${{ env.prsha || env.GITHUB_SHA }}'
9594
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
9695
files: '**/pytest*.xml'
97-
large_files: true
98-
96+
large_files: true

sdks/python/apache_beam/yaml/extended_tests/databases/bigquery.yaml renamed to sdks/python/apache_beam/yaml/extended_tests/bigquery.yaml

File renamed without changes.

sdks/python/apache_beam/yaml/extended_tests/data/enrichment.yaml renamed to sdks/python/apache_beam/yaml/extended_tests/enrichment.yaml

File renamed without changes.

sdks/python/apache_beam/yaml/extended_tests/databases/jdbc.yaml renamed to sdks/python/apache_beam/yaml/extended_tests/jdbc.yaml

File renamed without changes.

sdks/python/apache_beam/yaml/extended_tests/messaging/kafka.yaml renamed to sdks/python/apache_beam/yaml/extended_tests/kafka.yaml

File renamed without changes.

sdks/python/apache_beam/yaml/extended_tests/databases/mysql.yaml renamed to sdks/python/apache_beam/yaml/extended_tests/mysql.yaml

File renamed without changes.

sdks/python/apache_beam/yaml/extended_tests/databases/oracle.yaml renamed to sdks/python/apache_beam/yaml/extended_tests/oracle.yaml

File renamed without changes.

sdks/python/apache_beam/yaml/extended_tests/databases/postgres.yaml renamed to sdks/python/apache_beam/yaml/extended_tests/postgres.yaml

File renamed without changes.

sdks/python/apache_beam/yaml/extended_tests/messaging/pubsub.yaml renamed to sdks/python/apache_beam/yaml/extended_tests/pubsub.yaml

File renamed without changes.

sdks/python/apache_beam/yaml/extended_tests/databases/spanner.yaml renamed to sdks/python/apache_beam/yaml/extended_tests/spanner.yaml

File renamed without changes.

0 commit comments

Comments
 (0)