@@ -107,15 +107,13 @@ test-als:
107
107
# Job artifacts must be produced in the project directory, so we do it at
108
108
# the end of the job to avoid changing Anod checkouts halfway through the
109
109
# job and triggering useless rebuilds.
110
- - echo -e "\e[0Ksection_start:`date +%s`:prepare_artifacts[collapsed=true]\r\e[0KPrepare job artifacts"
111
110
# Process the als test report
112
111
- e3-testsuite-report
113
112
--failure-exit-code 1
114
113
--xunit-output $CI_PROJECT_DIR/als_xunit_output.xml
115
114
$ALS_BUILD_SPACE/results/new/ || FAILED=true
116
115
# Include Anod logs
117
116
- cp -r $ANOD_DEFAULT_SANDBOX_DIR/log $CI_PROJECT_DIR/anod-logs
118
- - echo -e "\e[0Ksection_end:`date +%s`:prepare_artifacts\r\e[0K"
119
117
120
118
- if [ ! -z ${FAILED+x} ]; then echo "There was at least one testcase failure" && exit 1; fi
121
119
@@ -150,15 +148,13 @@ test-vscode-extension:
150
148
# Job artifacts must be produced in the project directory, so we do it at
151
149
# the end of the job to avoid changing Anod checkouts halfway through the
152
150
# job and triggering useless rebuilds.
153
- - echo -e "\e[0Ksection_start:`date +%s`:prepare_artifacts[collapsed=true]\r\e[0KPrepare job artifacts"
154
151
# Process the vscode-extension test report
155
152
- e3-testsuite-report
156
153
--failure-exit-code 1
157
154
--xunit-output $CI_PROJECT_DIR/vscode_xunit_output.xml
158
- $VSCODE_BUILD_SPACE/results/new/ || FAILED=true
155
+ $VSCODE_BUILD_SPACE/results/ || FAILED=true
159
156
# Include Anod logs
160
157
- cp -r $ANOD_DEFAULT_SANDBOX_DIR/log $CI_PROJECT_DIR/anod-logs
161
- - echo -e "\e[0Ksection_end:`date +%s`:prepare_artifacts\r\e[0K"
162
158
163
159
- if [ ! -z ${FAILED+x} ]; then echo "There was at least one testcase failure" && exit 1; fi
164
160
0 commit comments