From a893a33825091d1a70f70bf6cfb48de88d33a39f Mon Sep 17 00:00:00 2001 From: abyss-w Date: Mon, 6 Sep 2021 17:42:36 +0800 Subject: [PATCH 1/2] ci: Cleanup Service Integration Tests --- .github/workflows/intergration-test.yml | 29 ------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/intergration-test.yml diff --git a/.github/workflows/intergration-test.yml b/.github/workflows/intergration-test.yml deleted file mode 100644 index f11483f..0000000 --- a/.github/workflows/intergration-test.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: "Integration Test" - -on: [push] - -jobs: - integration_test: - name: "Integration Test" - runs-on: [Linux] - - strategy: - matrix: - go: [ "1.15", "1.16" ] - - steps: - - name: Set up Go 1.x - uses: actions/setup-go@v2 - with: - go-version: ${{ matrix.go }} - - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Test - env: - STORAGE_OSS_INTEGRATION_TEST: ${{ secrets.STORAGE_INTEGRATION_TEST }} - STORAGE_OSS_CREDENTIAL: ${{ secrets.STORAGE_OSS_CREDENTIAL }} - STORAGE_OSS_NAME: ${{ secrets.STORAGE_OSS_NAME }} - STORAGE_OSS_ENDPOINT: ${{ secrets.STORAGE_OSS_ENDPOINT }} - run: make integration_test From 83b1667a7b43df35597d4bac069ad483140228b3 Mon Sep 17 00:00:00 2001 From: abyss-w Date: Tue, 7 Sep 2021 09:48:30 +0800 Subject: [PATCH 2/2] Add a baget for integration tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e03e95..e8b067d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # go-services-oss [![Build Status](https://github.com/beyondstorage/go-service-oss/workflows/Unit%20Test/badge.svg?branch=master)](https://github.com/beyondstorage/go-service-oss/actions?query=workflow%3A%22Unit+Test%22) +[![Integration Tests](https://teamcity.beyondstorage.io/app/rest/builds/buildType:(id:Services_Oss_IntegrationTests)/statusIcon)](https://teamcity.beyondstorage.io/buildConfiguration/Services_Oss_IntegrationTests) [![License](https://img.shields.io/badge/license-apache%20v2-blue.svg)](https://github.com/Xuanwo/storage/blob/master/LICENSE) [![go storage dev](https://img.shields.io/matrix/go-service-oss:aos.dev.svg?server_fqdn=chat.aos.dev&label=%23go-service-oss%3Aaos.dev&logo=matrix)](https://matrix.to/#/#go-service-oss:aos.dev)