.gitlab-ci.yml: reorder jobs
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Mon, 8 Apr 2019 03:22:53 +0000 (00:22 -0300)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 13 Apr 2019 13:28:55 +0000 (15:28 +0200)
commit7405d793e1436a1e2887f0c89f09cad146f239a5
tree5d87c1fb5870177b4c8dcfde18c5a477387ee926
parente4f57ece5920a0152d30e7217157afaed1b25ce5
.gitlab-ci.yml: reorder jobs

In order to make the file easier to maintain, reorder the keys in a more
logical way:
Keep the docker image at the top.
Then all check-* jobs in the case-insensitive alphabetical order they
appear on Gitlab-CI pipeline results.
Then all keys related to defconfigs.
Finally all keys related to runtime tests.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
.gitlab-ci.yml
.gitlab-ci.yml.in