Skip to content

Move hostnames and URL for Steps into Password util #46721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chgibb-apple
Copy link
Contributor

@chgibb-apple chgibb-apple commented Jun 13, 2025

560daaf

Move hostnames and URL for Steps into Password util
rdar://153325092
https://bugs.webkit.org/show_bug.cgi?id=294461

Reviewed by NOBODY (OOPS!).

Move hostnames and URL for Steps into Password util

* Tools/CISupport/ews-build/steps.py:

@chgibb-apple chgibb-apple self-assigned this Jun 13, 2025
@chgibb-apple chgibb-apple added the Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases label Jun 13, 2025
rdar://153325092
https://bugs.webkit.org/show_bug.cgi?id=294461

Reviewed by NOBODY (OOPS!).

Move hostnames and URL for Steps into Password util

* Tools/CISupport/ews-build/steps.py:
@chgibb-apple chgibb-apple force-pushed the eng/Move-hostnames-and-URL-for-Steps-into-Password-util branch from d8e87c2 to 560daaf Compare June 13, 2025 23:48
TESTING_ENVIRONMENT_HOSTNAMES = ['ews-build.webkit-uat.org', 'ews-build-uat', 'ews-build.webkit-dev.org', 'ews-build-dev']
EWS_URL = 'https://ews.webkit.org/'
EWS_URL = load_password('EWS_BUILD_HOSTNAMES', default='https://ews.webkit.org/')
Copy link
Member

@aj062 aj062 Jun 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EWS_BUILD_HOSTNAMES doesn't seem accurate, it's not the hostname for buildbot (e.g: ews-build.webkit.org), it's the hostname for the django app (e.g.: ews.webkit.org). Plus you are already using this name above in line 62 for different purpose.

Can name it EWS_APP_HOSTNAME.

@chgibb-apple chgibb-apple added the safe-merge-queue Applied to automatically send a pull-request to merge-queue after passing EWS checks label Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe-merge-queue Applied to automatically send a pull-request to merge-queue after passing EWS checks Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants