You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by zh...@apache.org on 2021/03/16 08:59:37 UTC

[servicecomb-pack] branch master updated (6033905 -> 99304ad)

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

zhfeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git.


    from 6033905  SCB-2204 Try fix test case
     new a3d99b6  SCB-2205 Polishing Github actions workflow
     new 33398dc  SCB-2205 Temporarily disable unstable test case for CI
     new 2c041ed  SCB-2205 Remove coverage collection from pull request script
     new 99304ad  Merge pull request #703 from coolbeevip/SCB-2205

The 1580 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pom.xml => .github/asf-deploy-settings.xml     | 24 +++---
 .github/workflows/asf-snapshots-deploy.yml         | 98 ++++++++++++++++++++++
 .github/workflows/ci.yaml                          | 86 -------------------
 .github/workflows/master-pr-build.yaml             | 68 +++++++++++++++
 .github/workflows/master-push-build.yaml           | 69 +++++++++++++++
 .travis.settings.xml                               | 42 ----------
 .travis.yml                                        | 40 ---------
 .../alpha_records_transaction_events.feature       | 53 ++++++------
 .../grpc/saga/SagaLoadBalancedSenderTest.java      | 10 ++-
 scripts/deploy.sh                                  | 28 -------
 scripts/test.sh                                    | 37 --------
 11 files changed, 285 insertions(+), 270 deletions(-)
 copy demo/saga-dubbo-demo/service-pub/pom.xml => .github/asf-deploy-settings.xml (67%)
 create mode 100644 .github/workflows/asf-snapshots-deploy.yml
 delete mode 100644 .github/workflows/ci.yaml
 create mode 100644 .github/workflows/master-pr-build.yaml
 create mode 100644 .github/workflows/master-push-build.yaml
 delete mode 100755 .travis.settings.xml
 delete mode 100755 .travis.yml
 delete mode 100644 scripts/deploy.sh
 delete mode 100755 scripts/test.sh