Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ presubmits:
- ^main$
cluster: prow-build
decorate: true
decoration_config:
timeout: 3h0m0s
name: channel-integration-tests-ssl_eventing-kafka-broker_main
path_alias: knative.dev/eventing-kafka-broker
rerun_command: /test channel-integration-tests-ssl
Expand Down Expand Up @@ -687,6 +689,8 @@ presubmits:
- ^main$
cluster: prow-build
decorate: true
decoration_config:
timeout: 3h0m0s
name: channel-integration-tests-sasl-ssl_eventing-kafka-broker_main
path_alias: knative.dev/eventing-kafka-broker
rerun_command: /test channel-integration-tests-sasl-ssl
Expand Down Expand Up @@ -748,6 +752,8 @@ presubmits:
- ^main$
cluster: prow-build
decorate: true
decoration_config:
timeout: 3h0m0s
name: channel-integration-tests-sasl-plain_eventing-kafka-broker_main
path_alias: knative.dev/eventing-kafka-broker
rerun_command: /test channel-integration-tests-sasl-plain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
types: [presubmit]
command: [runner.sh, ./test/presubmit-tests.sh, --run-test, "./test/e2e-tests.sh"]
requirements: [docker]
timeout: 3h
env:
- name: EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO
value: SSL
Expand All @@ -76,6 +77,7 @@ jobs:
types: [presubmit]
command: [runner.sh, ./test/presubmit-tests.sh, --run-test, "./test/e2e-tests.sh"]
requirements: [docker]
timeout: 3h
env:
- name: EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO
value: SASL_SSL
Expand All @@ -86,6 +88,7 @@ jobs:
types: [presubmit]
command: [runner.sh, ./test/presubmit-tests.sh, --run-test, "./test/e2e-tests.sh"]
requirements: [docker]
timeout: 3h
env:
- name: EVENTING_KAFKA_BROKER_CHANNEL_AUTH_SCENARIO
value: SASL_PLAIN
Expand Down
Loading