Skip to content

Commit 78cecf3

Browse files
committed
CI: Pass '--latest' to anod commands
This should improve the availability of the CI on the days where builds are late. Also make the job interruptible, and remove some environment commands that are now baked into the image.
1 parent d216429 commit 78cecf3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ build_and_test:
1212
- mem:16
1313
stage: build_and_test
1414
script:
15-
- . ~/.aws_container_credentials
16-
- export PATH=/it/e3/bin:$PATH
17-
1815
# Setup the 'anod vcs' for this repo
1916
- cd /it/wave
2017
- anod vcs --add-repo gnatstudio $CI_PROJECT_DIR
@@ -44,8 +41,8 @@ build_and_test:
4441

4542
# Build & test using anod
4643
- cd /it/wave
47-
- anod build gps --minimal
48-
- anod build gps_testsuite_drivers --minimal
44+
- anod build gps --minimal --latest
45+
- anod build gps_testsuite_drivers --minimal --latest
4946
# Set this to deactivate some event-synth tests
5047
- export GITLAB_CI=1
5148

0 commit comments

Comments
 (0)