Skip to content

Commit 0aa3a48

Browse files
authored
Merge pull request #215 from akvelon/test-kafka
Increase timeout for Kafka install step
2 parents 02d18a6 + 017a0e4 commit 0aa3a48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
comment_phrase: ${{ matrix.job_phrase }}
7070
github_token: ${{ secrets.GITHUB_TOKEN }}
7171
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
72+
- name: Setup environment
73+
uses: ./.github/actions/setup-environment-action
74+
with:
75+
python-version: default
7276
- name: Set k8s access
7377
uses: ./.github/actions/setup-k8s-access
7478
with:
@@ -79,7 +83,7 @@ jobs:
7983
id: install_kafka
8084
run: |
8185
kubectl apply -k ${{ github.workspace }}/.test-infra/kafka/strimzi/02-kafka-persistent/overlays/gke-internal-load-balanced
82-
kubectl wait kafka beam-testing-cluster --for=condition=Ready --timeout=1200s
86+
kubectl wait kafka beam-testing-cluster --for=condition=Ready --timeout=7800s
8387
- name: Set up Kafka brokers
8488
id: set_brokers
8589
run: |
@@ -92,10 +96,6 @@ jobs:
9296
echo "KAFKA_SERVICE_BROKER_${INDEX}=${kafka_service_brokers[$INDEX]}" >> $GITHUB_OUTPUT
9397
echo "KAFKA_SERVICE_BROKER_PORTS_${INDEX}=${kafka_service_brokers_ports[$INDEX]}" >> $GITHUB_OUTPUT
9498
done
95-
- name: Setup environment
96-
uses: ./.github/actions/setup-environment-action
97-
with:
98-
python-version: default
9999
- name: Prepare test arguments
100100
uses: ./.github/actions/test-arguments-action
101101
with:

0 commit comments

Comments
 (0)