You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/09/25 06:44:44 UTC

[skywalking] branch ci/cancel-outdated-builds updated (a773abc -> 15dd3de)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch ci/cancel-outdated-builds
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


 discard a773abc  Empty commit to trigger build
 discard acc8b2b  Add workflows
 discard c57130b  [CI] Cancel outdated jobs when new builds are fired
     add 84d49c4  Add kafka config for how long does kafka query server topic will trigger timeout (#5554)
     add 1007876  [CI] Cancel outdated jobs when new builds are fired
     add 15dd3de  Add workflows

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a773abc)
            \
             N -- N -- N   refs/heads/ci/cancel-outdated-builds (15dd3de)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apm/agent/core/kafka/KafkaProducerManager.java         | 14 ++++++++++++--
 .../apm/agent/core/kafka/KafkaReporterPluginConfig.java    |  5 +++++
 .../java-agent/How-to-enable-kafka-reporter.md             |  1 +
 docs/en/setup/service-agent/java-agent/README.md           |  1 +
 test/e2e/e2e-test/docker/kafka/Dockerfile.provider         |  1 +
 test/e2e/e2e-test/docker/kafka/docker-compose.base.yml     |  1 +
 test/e2e/e2e-test/docker/kafka/docker-compose.meter.yml    |  1 +
 .../e2e/e2e-test/docker/kafka/docker-compose.profiling.yml |  1 +
 8 files changed, 23 insertions(+), 2 deletions(-)