You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by eo...@apache.org on 2021/04/05 06:28:01 UTC

[pulsar] branch master updated (e72df2c -> 3854e30)

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

eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from e72df2c  Upload container logs and surefire reports from failed integration tests (#10119)
     add 3854e30  Remove outdated Travis CI & Jenkins configuration (#10111)

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/common_job_properties.groovy   | 265 ---------------------
 .../jenkins/job_pulsar_precommit_cpp.groovy        |  67 ------
 .../job_pulsar_precommit_integrationtests.groovy   |  70 ------
 .../jenkins/job_pulsar_precommit_java8.groovy      |  58 -----
 .../job_pulsar_release_nightly_snapshot.groovy     |  45 ----
 .test-infra/jenkins/job_seed.groovy                |  51 ----
 .travis.yml                                        |  99 --------
 .travis/settings.xml                               |  50 ----
 pom.xml                                            |   4 +-
 pulsar-client-cpp/travis-build.sh                  | 104 --------
 10 files changed, 2 insertions(+), 811 deletions(-)
 delete mode 100644 .test-infra/jenkins/common_job_properties.groovy
 delete mode 100644 .test-infra/jenkins/job_pulsar_precommit_cpp.groovy
 delete mode 100644 .test-infra/jenkins/job_pulsar_precommit_integrationtests.groovy
 delete mode 100644 .test-infra/jenkins/job_pulsar_precommit_java8.groovy
 delete mode 100644 .test-infra/jenkins/job_pulsar_release_nightly_snapshot.groovy
 delete mode 100644 .test-infra/jenkins/job_seed.groovy
 delete mode 100644 .travis.yml
 delete mode 100644 .travis/settings.xml
 delete mode 100755 pulsar-client-cpp/travis-build.sh