Skip to content

Commit 29aa7df

Browse files
committed
Added 'env' to pass 'PERF_PROFILE'
1 parent c1c5bce commit 29aa7df

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

armadillo_azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
277277
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
278278
279-
sudo R -q -e '
279+
sudo env PERF_PROFILE=$PERF_PROFILE R -q -e '
280280
library(covr);
281281
dsbase.res <- covr::package_coverage(
282282
type = c("none"),
@@ -398,7 +398,7 @@ jobs:
398398
# testthat::testpackage uses a MultiReporter, comprised of a ProgressReporter and JunitReporter
399399
# R output and messages are redirected by sink() to test_console_output.txt
400400
# junit reporter output is to test_results.xml
401-
sudo R -q -e '
401+
sudo env PERF_PROFILE=$PERF_PROFILE R -q -e '
402402
library(covr);
403403
dsdanger.res <- covr::package_coverage(
404404
type = c("none"),

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
256256
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
257257
258-
sudo R -q -e '
258+
sudo env PERF_PROFILE=$PERF_PROFILE R -q -e '
259259
library(covr);
260260
dsbase.res <- covr::package_coverage(
261261
type = c("none"),
@@ -370,7 +370,7 @@ jobs:
370370
# testthat::testpackage uses a MultiReporter, comprised of a ProgressReporter and JunitReporter
371371
# R output and messages are redirected by sink() to test_console_output.txt
372372
# junit reporter output is to test_results.xml
373-
sudo R -q -e '
373+
sudo env PERF_PROFILE=$PERF_PROFILE R -q -e '
374374
library(covr);
375375
dsdanger.res <- covr::package_coverage(
376376
type = c("none"),

opal_azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
275275
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
276276
277-
sudo R -q -e '
277+
sudo env PERF_PROFILE=$PERF_PROFILE R -q -e '
278278
library(covr);
279279
dsbase.res <- covr::package_coverage(
280280
type = c("none"),
@@ -389,7 +389,7 @@ jobs:
389389
# testthat::testpackage uses a MultiReporter, comprised of a ProgressReporter and JunitReporter
390390
# R output and messages are redirected by sink() to test_console_output.txt
391391
# junit reporter output is to test_results.xml
392-
sudo R -q -e '
392+
sudo env PERF_PROFILE=$PERF_PROFILE R -q -e '
393393
library(covr);
394394
dsdanger.res <- covr::package_coverage(
395395
type = c("none"),

0 commit comments

Comments
 (0)