Title: [295592] trunk/Tools/CISupport/ews-build/steps.py
Revision
295592
Author
jbed...@apple.com
Date
2022-06-16 07:46:31 -0700 (Thu, 16 Jun 2022)

Log Message

[ews-build.webkit.org] Support WebKit/WebKit-security
https://bugs.webkit.org/show_bug.cgi?id=241656
<rdar://problem/95252686>

Reviewed by Ryan Haddad and Aakash Jain.

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

Canonical link: https://commits.webkit.org/251597@main

Modified Paths

Diff

Modified: trunk/Tools/CISupport/ews-build/steps.py (295591 => 295592)


--- trunk/Tools/CISupport/ews-build/steps.py	2022-06-16 14:37:43 UTC (rev 295591)
+++ trunk/Tools/CISupport/ews-build/steps.py	2022-06-16 14:46:31 UTC (rev 295592)
@@ -57,7 +57,7 @@
 WithProperties = properties.WithProperties
 Interpolate = properties.Interpolate
 GITHUB_URL = 'https://github.com/'
-GITHUB_PROJECTS = ['WebKit/WebKit', 'apple/WebKit']
+GITHUB_PROJECTS = ['WebKit/WebKit', 'apple/WebKit', 'WebKit/WebKit-security']
 HASH_LENGTH_TO_DISPLAY = 8
 DEFAULT_BRANCH = 'main'
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to