Skip to content

Commit 75a3ecc

Browse files
committed
Merge branch 'mr/pmderodat/ci' into 'master'
CI: use the same version of e3-testsuite as the Anod sandbox See merge request eng/libadalang/langkit-query-language!607
2 parents be41f79 + 584048c commit 75a3ecc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ pre-commit:
6565
- . /tmp/ci_env.sh
6666

6767
- anod run --plan .gitlab-ci.plan $PLAN_ENTRY
68+
69+
# We must parse testsuite results with the same version of e3-testsuite
70+
# that produced them. So we install e3-testsuite using the same sandbox as
71+
# testing.
72+
- anod install e3-for-testing
73+
- eval $(anod printenv e3-for-testing)
6874
- testsuite_reports
6975
artifacts:
7076
reports:

0 commit comments

Comments
 (0)