Skip to content

Commit

Permalink
chore(services/*): Bump major versions (#957)
Browse files Browse the repository at this point in the history
* chore(services/*): Bump major versions

Signed-off-by: Xuanwo <[email protected]>

* Enable concurrency

Signed-off-by: Xuanwo <[email protected]>

* Fix group

Signed-off-by: Xuanwo <[email protected]>

* Include action in group

Signed-off-by: Xuanwo <[email protected]>

* Use workflow name instead

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Oct 24, 2021
1 parent 68c10ce commit bb75025
Show file tree
Hide file tree
Showing 42 changed files with 374 additions and 114 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Build Test"

on: [ push,pull_request ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
build_test:
name: Build Test
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Cross Build"

on: [ push,pull_request ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
build_js_wasm:
name: Build js wasm
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/services-test-azblob.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "Services Test Azblob"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/services-test-azfile.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Azfile"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/azfile/**'
pull_request:
paths:
- 'services/azfile/**'
push:
paths:
- 'services/azfile/**'
pull_request:
paths:
- 'services/azfile/**'

jobs:
services_test_azfile:
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/services-test-bos.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Bos"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/bos/**'
pull_request:
paths:
- 'services/bos/**'
push:
paths:
- 'services/bos/**'
pull_request:
paths:
- 'services/bos/**'

jobs:
services_test_bos:
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/services-test-cos.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Cos"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/cos/**'
pull_request:
paths:
- 'services/cos/**'
push:
paths:
- 'services/cos/**'
pull_request:
paths:
- 'services/cos/**'

jobs:
services_test_cos:
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/services-test-dropbox.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Dropbox"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/dropbox/**'
pull_request:
paths:
- 'services/dropbox/**'
push:
paths:
- 'services/dropbox/**'
pull_request:
paths:
- 'services/dropbox/**'

jobs:
services_test_dropbox:
Expand Down
20 changes: 12 additions & 8 deletions .github/workflows/services-test-fs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Fs"

on:
push:
paths:
- 'services/fs/**'
pull_request:
paths:
- 'services/fs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/fs/**'
pull_request:
paths:
- 'services/fs/**'

jobs:
integration_test:
Expand All @@ -16,7 +20,7 @@ jobs:
strategy:
matrix:
go: [ "1.16", "1.17" ]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ ubuntu-latest, windows-latest, macos-latest ]

steps:
- name: Set up Go 1.x
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/services-test-ftp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "Services Test Ftp"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/services-test-gcs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Gcs"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/gcs/**'
pull_request:
paths:
- 'services/gcs/**'
push:
paths:
- 'services/gcs/**'
pull_request:
paths:
- 'services/gcs/**'

jobs:
services_test_gcs:
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/services-test-gdrive.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Gdrive"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/gdrive/**'
pull_request:
paths:
- 'services/gdrive/**'
push:
paths:
- 'services/gdrive/**'
pull_request:
paths:
- 'services/gdrive/**'

jobs:
services_test_gdrive:
Expand Down
26 changes: 15 additions & 11 deletions .github/workflows/services-test-hdfs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Hdfs"

on:
push:
paths:
- 'services/hdfs/**'
pull_request:
paths:
- 'services/hdfs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/hdfs/**'
pull_request:
paths:
- 'services/hdfs/**'

jobs:
integration_test:
Expand All @@ -17,7 +21,7 @@ jobs:
matrix:
go: [ "1.16", "1.17" ]
hdfs-version: [ "2.10.1", "3.2.2", "3.3.0", "3.3.1" ]
os: [ubuntu-latest]
os: [ ubuntu-latest ]

steps:
- name: Set up Go 1.x
Expand All @@ -31,17 +35,17 @@ jobs:
- name: Checkout python env
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.8'

- name: Checkout java env
uses: actions/setup-java@v1
with:
java-version: '11'
java-version: '11'

- name: Setup-hdfs env
uses: beyondstorage/setup-hdfs@master
with:
hdfs-version: ${{ matrix.hdfs-version }}
hdfs-version: ${{ matrix.hdfs-version }}

- name: Test
env:
Expand Down
20 changes: 12 additions & 8 deletions .github/workflows/services-test-ipfs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Ipfs"

on:
push:
paths:
- 'services/ipfs/**'
pull_request:
paths:
- 'services/ipfs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/ipfs/**'
pull_request:
paths:
- 'services/ipfs/**'

jobs:
integration_test:
Expand All @@ -16,7 +20,7 @@ jobs:
strategy:
matrix:
go: [ "1.16", "1.17" ]
ipfs: ["0.8", "0.9"]
ipfs: [ "0.8", "0.9" ]

steps:
- name: Set up Go 1.x
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/services-test-kodo.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Kodo"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/kodo/**'
pull_request:
paths:
- 'services/kodo/**'
push:
paths:
- 'services/kodo/**'
pull_request:
paths:
- 'services/kodo/**'

jobs:
services_test_kodo:
Expand Down
18 changes: 11 additions & 7 deletions .github/workflows/services-test-memory.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Memory"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/memory/**'
pull_request:
paths:
- 'services/memory/**'
push:
paths:
- 'services/memory/**'
pull_request:
paths:
- 'services/memory/**'

jobs:
unit_test:
Expand All @@ -16,7 +20,7 @@ jobs:
strategy:
matrix:
go: [ "1.16", "1.17" ]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ ubuntu-latest, windows-latest, macos-latest ]

steps:
- name: Set up Go 1.x
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/services-test-minio.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Services Test Minio"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

on:
push:
paths:
- 'services/minio/**'
pull_request:
paths:
- 'services/minio/**'
push:
paths:
- 'services/minio/**'
pull_request:
paths:
- 'services/minio/**'

jobs:
integration_test:
Expand Down
Loading

0 comments on commit bb75025

Please sign in to comment.