Skip to content

Commit 77eeea3

Browse files
committed
Update CI to use new test results location
1 parent 89a6e5b commit 77eeea3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,13 @@ test-als:
107107
# Job artifacts must be produced in the project directory, so we do it at
108108
# the end of the job to avoid changing Anod checkouts halfway through the
109109
# job and triggering useless rebuilds.
110-
- echo -e "\e[0Ksection_start:`date +%s`:prepare_artifacts[collapsed=true]\r\e[0KPrepare job artifacts"
111110
# Process the als test report
112111
- e3-testsuite-report
113112
--failure-exit-code 1
114113
--xunit-output $CI_PROJECT_DIR/als_xunit_output.xml
115114
$ALS_BUILD_SPACE/results/new/ || FAILED=true
116115
# Include Anod logs
117116
- 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"
119117

120118
- if [ ! -z ${FAILED+x} ]; then echo "There was at least one testcase failure" && exit 1; fi
121119

@@ -150,15 +148,13 @@ test-vscode-extension:
150148
# Job artifacts must be produced in the project directory, so we do it at
151149
# the end of the job to avoid changing Anod checkouts halfway through the
152150
# job and triggering useless rebuilds.
153-
- echo -e "\e[0Ksection_start:`date +%s`:prepare_artifacts[collapsed=true]\r\e[0KPrepare job artifacts"
154151
# Process the vscode-extension test report
155152
- e3-testsuite-report
156153
--failure-exit-code 1
157154
--xunit-output $CI_PROJECT_DIR/vscode_xunit_output.xml
158-
$VSCODE_BUILD_SPACE/results/new/ || FAILED=true
155+
$VSCODE_BUILD_SPACE/results/ || FAILED=true
159156
# Include Anod logs
160157
- 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"
162158

163159
- if [ ! -z ${FAILED+x} ]; then echo "There was at least one testcase failure" && exit 1; fi
164160

0 commit comments

Comments
 (0)