Skip to content
Snippets Groups Projects
Commit edba8de1 authored by Saheer Babu's avatar Saheer Babu
Browse files

ci: Rename `trigger` job to `build_and_test`


CI job stage `trigger` is confusing. Use obvious `build_and_test` to
indicate what happens in this stage.

Signed-off-by: Saheer Babu's avatarSaheer Babu <saheer.babu@arm.com>
parent d132ad45
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ workflow:
stages:
- autobot
- quality_check
- trigger
- build_and_test
autobot:
stage: autobot
......@@ -92,7 +92,7 @@ license:
build-test FVP:
stage:
trigger
build_and_test
trigger:
include: .gitlab/ci/pipeline/pipelines_per_target/fvp.yml
strategy: depend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment