Skip to content

Commit

Permalink
Add dependency between logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 16, 2025
1 parent 443ee5f commit 3a50b2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ end_to_end_web_test:
- cmake --build build --target end_to_end_web_tests

end_to_end_error_discovery_arango:
needs: ["check-ci-infrastructure"]
stage: log
tags:
- ci-datafed-arango
Expand All @@ -453,6 +454,7 @@ end_to_end_error_discovery_arango:
- when: always

end_to_end_error_discovery_gcs:
needs: ["check-ci-infrastructure"]
extends: .error_logs_client_end_to_end
variables:
PROJECT: "datafed"
Expand All @@ -462,6 +464,7 @@ end_to_end_error_discovery_gcs:
- docker

end_to_end_error_discovery_repo:
needs: ["check-ci-infrastructure"]
extends: .error_logs_client_end_to_end
variables:
PROJECT: "datafed"
Expand All @@ -471,6 +474,7 @@ end_to_end_error_discovery_repo:
- docker

end_to_end_error_discovery_core:
needs: ["check-ci-infrastructure"]
extends: .error_logs_client_end_to_end
variables:
PROJECT: "datafed"
Expand All @@ -480,6 +484,7 @@ end_to_end_error_discovery_core:
- docker

end_to_end_error_discovery_web:
needs: ["check-ci-infrastructure"]
extends: .error_logs_client_end_to_end
variables:
PROJECT: "datafed"
Expand Down

0 comments on commit 3a50b2f

Please sign in to comment.