Set environment for SBV internally automatically to internal #238

Merged
zuul merged 1 commits from sbv-update into main 2024-07-23 06:58:33 +00:00
Owner
sgode added 1 commit 2024-07-16 12:09:27 +00:00
Set environment for SBV internally automatically to internal
All checks were successful
gl/check check status: success (8d2745344393700d4c2072d10de9e8e82167d8de)
gl/gate gate status: success (8d2745344393700d4c2072d10de9e8e82167d8de)
8d27453443
Member
Build succeeded. https://zuul.otc-service.com/t/gl/buildset/ed25d9d657e844f8bde4dda0720b39b1 - [otc-tox-pep8 ](https://zuul.otc-service.com/t/gl/build/1fd0ddfdf418498fbf1eb322fb55183b): SUCCESS in 1m 46s - [otc-tox-py39 ](https://zuul.otc-service.com/t/gl/build/062483d88c7841be8def7392fa69ecfa): SUCCESS in 2m 22s
vhasko requested changes 2024-07-16 12:55:41 +00:00
@ -201,6 +201,7 @@ def process_repositories(args, service):
site_name="Internal Documentation Portal",
logo_url="https://docs-int.otc-service.com",
)
context["environment"] = args.target_environment
Owner

maybe move it under if args.target_environment == “internal” condition as we normally add this only for internal environment.

in this place it where it is now would add it also for public environment.

maybe move it under if args.target_environment == "internal" condition as we normally add this only for internal environment. in this place it where it is now would add it also for public environment.
sgode marked this conversation as resolved
vhasko approved these changes 2024-07-22 06:50:51 +00:00
sgode added the
gate
label 2024-07-23 06:52:51 +00:00
Member
Build succeeded. https://zuul.otc-service.com/t/gl/buildset/23b599fe6d5d442fb3522fee98c2b42e - [otc-tox-pep8 ](https://zuul.otc-service.com/t/gl/build/6b59336fcd4e498ba704666c1657bcdb): SUCCESS in 1m 44s - [otc-tox-py39 ](https://zuul.otc-service.com/t/gl/build/48592d3b56934e3ea361b4a23397a7fd): SUCCESS in 5m 23s
zuul merged commit a9ae65958d into main 2024-07-23 06:58:33 +00:00
Sign in to join this conversation.
No Reviewers
No Milestone
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: infra/otc-metadata#238
No description provided.