Skip to content

Commit

Permalink
Add dependencies on end to end jobs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 16, 2025
1 parent 3a50b2f commit 03aa9a6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions .gitlab/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,51 +444,64 @@ end_to_end_web_test:
- cmake --build build --target end_to_end_web_tests

end_to_end_error_discovery_arango:
needs: ["check-ci-infrastructure"]
needs: ["check-ci-infrastructure", "end-to-end-arango-setup"]
stage: log
tags:
- ci-datafed-arango
script:
- sudo journalctl --no-pager -u arangodb3.service
rules:
- when: always
- job: check-ci-infrastructure
when: on_success

end_to_end_error_discovery_gcs:
needs: ["check-ci-infrastructure"]
needs: ["check-ci-infrastructure", "end-to-end-gcs-authz-setup"]
extends: .error_logs_client_end_to_end
variables:
PROJECT: "datafed"
COMPONENT: "gcs"
tags:
- ci-datafed-globus
- docker
rules:
- job: check-ci-infrastructure
when: on_success

end_to_end_error_discovery_repo:
needs: ["check-ci-infrastructure"]
needs: ["check-ci-infrastructure", "end-to-end-repo-setup"]
extends: .error_logs_client_end_to_end
variables:
PROJECT: "datafed"
COMPONENT: "repo"
tags:
- ci-datafed-globus
- docker
rules:
- job: check-ci-infrastructure
when: on_success

end_to_end_error_discovery_core:
needs: ["check-ci-infrastructure"]
needs: ["check-ci-infrastructure", "end-to-end-core-setup"]
extends: .error_logs_client_end_to_end
variables:
PROJECT: "datafed"
COMPONENT: "core"
tags:
- ci-datafed-core
- docker
rules:
- job: check-ci-infrastructure
when: on_success

end_to_end_error_discovery_web:
needs: ["check-ci-infrastructure"]
needs: ["check-ci-infrastructure", "end-to-end-ws-setup"]
extends: .error_logs_client_end_to_end
variables:
PROJECT: "datafed"
COMPONENT: "ws"
tags:
- ci-datafed-core
- docker
rules:
- job: check-ci-infrastructure
when: on_success
2 changes: 1 addition & 1 deletion external/protobuf
Submodule protobuf updated 1498 files

0 comments on commit 03aa9a6

Please sign in to comment.