@@ -32,6 +32,7 @@ variables:
3232 branchName : $(Build.SourceBranchName)
3333 test_filter : ' *'
3434 _r_check_system_clock_ : 0
35+ PERF_PROFILE : ' azure-pipeline'
3536
3637
3738# ########################################################################################
@@ -214,7 +215,7 @@ jobs:
214215 # Install dsBase.
215216 # If previous steps have failed then don't run.
216217 - bash : |
217- 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 )"
218+ 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(opal )"
218219
219220 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 = 'v6.3.5-dev'); opal.logout(opal)"
220221
@@ -253,6 +254,7 @@ jobs:
253254 #
254255 # "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
255256 # testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
257+
256258 sudo R -q -e '
257259 library(covr);
258260 dsbase.res <- covr::package_coverage(
@@ -342,7 +344,7 @@ jobs:
342344 # If previous steps have failed then don't run
343345 - bash : |
344346
345- 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 )"
347+ 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(opal )"
346348
347349 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, 'dsDanger', username = 'datashield', ref = '6.3.4'); opal.logout(opal)"
348350
0 commit comments