File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
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 : |
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 :
You can’t perform that action at this time.
0 commit comments