Skip to content

Commit c7f2179

Browse files
authored
5.3.0 update for github actions (#1187)
1 parent d4cdd91 commit c7f2179

File tree

6 files changed

+10
-15
lines changed

6 files changed

+10
-15
lines changed

.github/workflows/build-pr.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ jobs:
119119
sudo apt-get install -y net-tools libssl-dev gdb gcovr curl
120120
- name: Download hazelcast-enterprise-tests.jar
121121
run: |
122-
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
123-
cp hazelcast-enterprise-5.2.0-tests.jar hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
122+
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
124123
- name: Install Boost
125124
run: |
126125
sudo ./scripts/install-boost.sh ${{ env.boost_version }}
@@ -218,8 +217,7 @@ jobs:
218217

219218
- name: Download hazelcast-enterprise-tests.jar
220219
run: |
221-
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
222-
cp hazelcast-enterprise-5.2.0-tests.jar hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
220+
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
223221
224222
- name: Install Boost
225223
run: |
@@ -299,8 +297,7 @@ jobs:
299297

300298
- name: Download hazelcast-enterprise-tests.jar
301299
run: |
302-
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
303-
cp hazelcast-enterprise-5.2.0-tests.jar hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
300+
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
304301
305302
- name: Install Boost
306303
run: |
@@ -379,8 +376,7 @@ jobs:
379376
shell: pwsh
380377
run: |
381378
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
382-
Invoke-WebRequest https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar -Headers @{"Authorization"="token ${{ secrets.GH_TOKEN }}"} -OutFile hazelcast-enterprise-5.2.0-tests.jar
383-
Copy-Item hazelcast-enterprise-5.2.0-tests.jar -Destination hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
379+
Invoke-WebRequest https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar -Headers @{"Authorization"="token ${{ secrets.GH_TOKEN }}"} -OutFile hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
384380
- name: Install SysInternals
385381
run: |
386382
Invoke-WebRequest `
@@ -509,8 +505,7 @@ jobs:
509505
./scripts/install-boost.sh ${{env.boost_version}}
510506
- name: Download hazelcast-enterprise-tests.jar
511507
run: |
512-
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
513-
cp hazelcast-enterprise-5.2.0-tests.jar hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
508+
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
514509
515510
- name: Build & Install
516511
env:

.github/workflows/coverage-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Download hazelcast-enterprise-tests.jar
2323
run: |
24-
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
24+
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
2525
2626
- name: Install Boost
2727
run: |

.github/workflows/nightly-macos-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Download hazelcast-enterprise-tests.jar
5858
run: |
59-
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
59+
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
6060
6161
- name: Build & Install
6262
env:

.github/workflows/nightly-ubuntu-i386.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Download hazelcast-enterprise-tests.jar
6464
run: |
65-
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
65+
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
6666
6767
- name: Install Boost
6868
run: |

.github/workflows/nightly-ubuntu-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Download hazelcast-enterprise-tests.jar
5555
run: |
56-
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.2.0-tests.jar
56+
curl -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar > hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
5757
5858
- name: Install Boost
5959
run: |

.github/workflows/nightly-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
shell: pwsh
8282
run: |
8383
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
84-
Invoke-WebRequest https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar -Headers @{"Authorization"="token ${{ secrets.GH_TOKEN }}"} -OutFile hazelcast-enterprise-5.2.0-tests.jar
84+
Invoke-WebRequest https://raw.githubusercontent.com/hazelcast/private-test-artifacts/data/certs.jar -Headers @{"Authorization"="token ${{ secrets.GH_TOKEN }}"} -OutFile hazelcast-enterprise-5.3.0-SNAPSHOT-tests.jar
8585
8686
- name: Install SysInternals
8787
run: |

0 commit comments

Comments
 (0)