Enable e2e testing for NATSS#1126
Conversation
| } | ||
|
|
||
| # Create resources required for NATSS provisioner setup | ||
| function natss_setup() { |
There was a problem hiding this comment.
should this be in a separate script ? I assume this file can become messy w/ future addons, like for Kafka.
There was a problem hiding this comment.
+1 for moving support functions to a separate file. But this can be done in a separate PR IMO.
|
@Fredy-Z should this be instead done on the to be renamed |
|
/approve Holding in case you want to address the concern from Matthias. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrcunha, Fredy-Z The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
agreed!
On Tue 30. Apr 2019 at 22:14, Adriano Cunha ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In test/e2e-tests.sh
<#1126 (comment)>:
> @@ -124,19 +140,33 @@ function gcppubsub_teardown() {
kubectl -n knative-eventing delete secret ${PUBSUB_SECRET_NAME}
}
+# Create resources required for NATSS provisioner setup
+function natss_setup() {
+1 for moving support functions to a separate file. But this can be done
in a separate PR IMO.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1126 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABGPTRDMZ5K6PZ4FKZYLSTPTCSCLANCNFSM4HJO5DEQ>
.
--
Sent from Gmail Mobile
|
|
/cancel hold
On Tue 30. Apr 2019 at 22:16, Matthias Wessendorf ***@***.***> wrote:
agreed!
On Tue 30. Apr 2019 at 22:14, Adriano Cunha ***@***.***>
wrote:
> ***@***.**** commented on this pull request.
> ------------------------------
>
> In test/e2e-tests.sh
> <#1126 (comment)>:
>
> > @@ -124,19 +140,33 @@ function gcppubsub_teardown() {
> kubectl -n knative-eventing delete secret ${PUBSUB_SECRET_NAME}
> }
>
> +# Create resources required for NATSS provisioner setup
> +function natss_setup() {
>
> +1 for moving support functions to a separate file. But this can be done
> in a separate PR IMO.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#1126 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AABGPTRDMZ5K6PZ4FKZYLSTPTCSCLANCNFSM4HJO5DEQ>
> .
>
--
Sent from Gmail Mobile
--
Sent from Gmail Mobile
|
|
/hold cancel |
|
lol
On Tue 30. Apr 2019 at 23:16, Chi Zhang ***@***.***> wrote:
/hold cancel
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1126 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABGPTXHD4YW3RWPNE5WNR3PTCZLFANCNFSM4HJO5DEQ>
.
--
Sent from Gmail Mobile
|
Proposed Changes
e2e-tests.sha little bit.