Skip to content

Commit d9ffb78

Browse files
authored
Fix plugins.yml (#5121)
* typo * use range_clean * use range_clean also for aerospike
1 parent ae0674c commit d9ffb78

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

.github/workflows/plugins.yml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,22 @@ jobs:
2525
include:
2626
- node-version: 18
2727
range: '>=5.2.0'
28+
range_clean: gte.5.2.0
2829
aerospike-image: ce-6.4.0.3
2930
test-image: ubuntu-latest
3031
- node-version: 20
3132
range: '>=5.5.0'
33+
range_clean: gte.5.5.0
3234
aerospike-image: ce-6.4.0.3
3335
test-image: ubuntu-latest
3436
- node-version: 22
3537
range: '>=5.12.1'
38+
range_clean: gte.5.12.1
3639
aerospike-image: ce-6.4.0.3
3740
test-image: ubuntu-latest
3841
- node-version: 22
3942
range: '>=6.0.0'
43+
range_clean: gte.6.0.0
4044
aerospike-image: ce-6.4.0.3
4145
test-image: ubuntu-latest
4246
runs-on: ${{ matrix.test-image }}
@@ -64,7 +68,7 @@ jobs:
6468
- if: always()
6569
uses: ./.github/actions/testagent/logs
6670
with:
67-
suffix: plugins-${{ github.job }}-${{ matrix.node-version }}-${{ github.run_id }}
71+
suffix: plugins-${{ github.job }}-${{ matrix.node-version }}-${{ matrix.range_clean }}
6872
- uses: codecov/codecov-action@v3
6973

7074
amqp10:
@@ -749,6 +753,23 @@ jobs:
749753
- 18
750754
- latest
751755
range: ['>=10.2.0 <11', '>=11.0.0 <13', '11.1.4', '>=13.0.0 <14', '13.2.0', '>=14.0.0 <=14.2.6', '>=14.2.7 <15', '>=15.0.0']
756+
include:
757+
- range: '>=10.2.0 <11'
758+
range_clean: gte.10.2.0.and.lt.11
759+
- range: '>=11.0.0 <13'
760+
range_clean: gte.11.0.0.and.lt.13
761+
- range: '11.1.4'
762+
range_clean: 11.1.4
763+
- range: '>=13.0.0 <14'
764+
range_clean: gte.13.0.0.and.lt.14
765+
- range: '13.2.0'
766+
range_clean: 13.2.0
767+
- range: '>=14.0.0 <=14.2.6'
768+
range_clean: gte.14.0.0.and.lte.14.2.6
769+
- range: '>=14.2.7 <15'
770+
range_clean: gte.14.2.7.and.lt.15
771+
- range: '>=15.0.0'
772+
range_clean: gte.15.0.0
752773
runs-on: ubuntu-latest
753774
env:
754775
PLUGINS: next
@@ -762,7 +783,7 @@ jobs:
762783
- if: always()
763784
uses: ./.github/actions/testagent/logs
764785
with:
765-
suffix: plugins-${{ github.job }}-${{ matrix.version }}-${{ github.run_id }matrix.range}
786+
suffix: plugins-${{ github.job }}-${{ matrix.version }}-${{ matrix.range_clean }}
766787
- uses: codecov/codecov-action@v3
767788

768789
openai:

0 commit comments

Comments
 (0)