jenkins: job: bifrost: Fix builder order on all jobs
This is similar to8c8969c6af
("jenkinks: jobs: bifrost: Fix order of builders"). Installing the distro packages using bindep should be performed after the git repo has been prepared. Fixes:8c8969c6af
("jenkinks: jobs: bifrost: Fix order of builders"). Change-Id: Ifb35c600d09254fe994930150302afb28e1ef583
This commit is contained in:
parent
ece15ad6c8
commit
6802839589
@ -42,10 +42,10 @@
|
||||
timeout: 120
|
||||
|
||||
builders:
|
||||
- install-distro-packages
|
||||
- link-logs
|
||||
- net-info
|
||||
- zuul-git-prep-upper-constraints
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
#!/bin/bash -eux
|
||||
cd $WORKSPACE
|
||||
@ -78,10 +78,10 @@
|
||||
timeout: 120
|
||||
|
||||
builders:
|
||||
- install-distro-packages
|
||||
- link-logs
|
||||
- net-info
|
||||
- zuul-git-prep-upper-constraints
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
#!/bin/bash -eux
|
||||
cd $WORKSPACE
|
||||
|
Loading…
Reference in New Issue
Block a user