osmith has uploaded this change for review.

View Change

jobs/osmo-gsm-tester-runner: include-raw -> include-raw-expand

Fix for:
UserWarning: Tag '!include-raw:' is deprecated, switch to using '!include-raw-expand:'

Change-Id: Ieceeb87fea88fb5f9591153d424cd25569763a31
---
M jobs/osmo-gsm-tester-runner.yml
1 file changed, 3 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/89/38189/1
diff --git a/jobs/osmo-gsm-tester-runner.yml b/jobs/osmo-gsm-tester-runner.yml
index 259436c..b45d537 100644
--- a/jobs/osmo-gsm-tester-runner.yml
+++ b/jobs/osmo-gsm-tester-runner.yml
@@ -137,7 +137,7 @@
- osmo-gsm-tester_build-srslte
builders:
- copy_artifact_all
- - shell: !include-raw: osmo-gsm-tester_run-{stage}.sh
+ - shell: !include-raw-expand: osmo-gsm-tester_run-{stage}.sh
publishers:
- archive:
artifacts: '*-run.tgz, *-bin.tgz'
@@ -175,7 +175,7 @@
# make sure no test results/bin artifacts from a previous run remain
rm -rf trial-* *.tgz *.md5
- copy_artifact_all
- - shell: !include-raw: osmo-gsm-tester_run-gerrit.sh
+ - shell: !include-raw-expand: osmo-gsm-tester_run-gerrit.sh
publishers:
- archive:
artifacts: '*-run.tgz, *-bin.tgz'
@@ -200,7 +200,7 @@
- copy_artifact_all
- copy_artifact:
repo: osmo-gsm-tester_build-osmocom-bb
- - shell: !include-raw: osmo-gsm-tester_ttcn3.sh
+ - shell: !include-raw-expand: osmo-gsm-tester_ttcn3.sh
publishers:
- archive:
artifacts: '*-run.tgz, *-bin.tgz'

To view, visit change 38189. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ieceeb87fea88fb5f9591153d424cd25569763a31
Gerrit-Change-Number: 38189
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>