Skip to content

Commit cfd2af4

Browse files
committed
Align version with 7.0/7.0.0
1 parent 43473be commit cfd2af4

9 files changed

Lines changed: 12 additions & 12 deletions

.Rbuildignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
^R/secure.global.ranking.md$
1818
^_pkgdown\.yml$
1919
^docs$
20-
^dsBase_7.0-dev-feat_performance\.tar\.gz$
21-
^dsBase_7.0-dev-feat_performance-permissive\.tar\.gz$
20+
^dsBase_7.0.0\.tar\.gz$
21+
^dsBase_7.0.0-permissive\.tar\.gz$
2222
^dsDanger_6.3.4.tar.gz$
2323
^\.circleci$
2424
^\.circleci/config\.yml$

.github/workflows/dsBaseClient_test_suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Install dsBase to Armadillo
140140
run: |
141141
curl -u admin:admin -X GET http://localhost:8080/packages
142-
curl -u admin:admin -H 'Content-Type: multipart/form-data' -F "file=@dsBase_7.0.0.9000-permissive.tar.gz" -X POST http://localhost:8080/install-package
142+
curl -u admin:admin -H 'Content-Type: multipart/form-data' -F "file=@dsBase_7.0.0-permissive.tar.gz" -X POST http://localhost:8080/install-package
143143
sleep 60
144144
docker restart dsbaseclient-armadillo-1
145145
sleep 30

armadillo_azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ schedules:
5858
- master
5959
always: true
6060
- cron: "0 2 * * *"
61-
displayName: Nightly build - v7.0-dev-feat/performance
61+
displayName: Nightly build - v7.0-dev
6262
branches:
6363
include:
64-
- v7.0-dev-feat/performance
64+
- v7.0-dev
6565
always: true
6666

6767
#########################################################################################
@@ -235,7 +235,7 @@ jobs:
235235
236236
curl -u admin:admin -X GET http://localhost:8080/packages
237237
238-
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_7.0-dev-feat_performance-permissive.tar.gz" -X POST http://localhost:8080/install-package
238+
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_7.0.0-permissive.tar.gz" -X POST http://localhost:8080/install-package
239239
sleep 60
240240
241241
docker container restart dsbaseclient_armadillo_1

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ schedules:
4444
- master
4545
always: true
4646
- cron: "0 2 * * *"
47-
displayName: Nightly build - v7.0-dev-feat/performance
47+
displayName: Nightly build - v7.0-dev
4848
branches:
4949
include:
50-
- v7.0-dev-feat/performance
50+
- v7.0-dev
5151
always: true
5252

5353
#########################################################################################
@@ -216,7 +216,7 @@ jobs:
216216
- bash: |
217217
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(o)"
218218
219-
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = '7.0-dev-feat_performance'); opal.logout(opal)"
219+
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = 'v7.0-dev'); opal.logout(opal)"
220220
221221
sleep 60
222222
-3.18 MB
Binary file not shown.
-3.18 MB
Binary file not shown.

opal_azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ schedules:
5858
- master
5959
always: true
6060
- cron: "0 2 * * *"
61-
displayName: Nightly build - v7.0-dev-feat/performance
61+
displayName: Nightly build - v7.0-dev
6262
branches:
6363
include:
64-
- v7.0-dev-feat/performance
64+
- v7.0-dev
6565
always: true
6666

6767
#########################################################################################
@@ -235,7 +235,7 @@ jobs:
235235
- bash: |
236236
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(o)"
237237
238-
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = '7.0-dev-feat/performance'); opal.logout(opal)"
238+
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0)); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = 'v7.0-dev'); opal.logout(opal)"
239239
240240
sleep 60
241241

0 commit comments

Comments
 (0)