Skip to content

Removed hardcoded zipkin config#3441

Merged
knative-prow-robot merged 5 commits into
knative:masterfrom
slinkydeveloper:zipkin
Jun 30, 2020
Merged

Removed hardcoded zipkin config#3441
knative-prow-robot merged 5 commits into
knative:masterfrom
slinkydeveloper:zipkin

Conversation

@slinkydeveloper
Copy link
Copy Markdown
Contributor

@slinkydeveloper slinkydeveloper commented Jun 30, 2020

Fixes #3304

Proposed Changes

  • Every test image now uses the env variable K_TRACING_CONFIG to configure the zipkin endpoint
  • Important: Now in order to run the tracing tests without the scripts, you must have a config-tracing CM configured with debug: "true", backend: "zipkin" and sample-rate: "1.0", otherwise the test will fail without a reasonable explaination
  • The CI configuration is in test/config/config-tracing.yaml and it's applied when eventing is installed on CI cluster

@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Jun 30, 2020
@knative-prow-robot knative-prow-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jun 30, 2020
@knative-prow-robot knative-prow-robot added the area/test-and-release Test infrastructure, tests or release label Jun 30, 2020
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
Comment thread test/config/config-tracing.yaml Outdated
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
Copy link
Copy Markdown
Member

@matzew matzew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 30, 2020
@knative-prow-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matzew, slinkydeveloper

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [matzew,slinkydeveloper]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot merged commit 590af6c into knative:master Jun 30, 2020
@slinkydeveloper slinkydeveloper deleted the zipkin branch June 30, 2020 12:44
Harwayne added a commit to Harwayne/knative-gcp that referenced this pull request Jul 6, 2020
knative-prow-robot pushed a commit to google/knative-gcp that referenced this pull request Jul 7, 2020
* Pin knative/pkg and knative/test-infra to release-0.16.

* hack/updage-deps.sh --upgrade

* hack/update-codegen.sh

* Update test method call to match the new API provided by knative/eventing.

For future reference, this can be built with:

go test -tags e2e ./... -run "^HopefullyNoTestMatchesThisRegex$"

* Update knative-eventing's config-tracing, to match knative/eventing#3441.

* Correct the path...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/test-and-release Test infrastructure, tests or release cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure tracing in e2e tests

5 participants