<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">I am currently working on adding new pull request triggers to <a href="http://ci.swift.org" class="">ci.swift.org</a>, you might have already seen few of them as we test them out.&nbsp;</div><div class=""><br class=""></div><div class="">Following phrases for apple/swift.git will be added:</div><div class=""><br class=""></div><div class=""><b class="">Benchmark</b></div><div class="">Phrase: @swift-ci Please benchmark&nbsp;</div><div class="">Description: Benchmark job will compare the results between targeted branch and pull request.&nbsp;</div><div class="">Build config:&nbsp;<span style="color: rgb(51, 51, 51); font-family: Helvetica, Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);" class="">swift/utils/build-script -R --no-assertions --benchmark</span></div><div class=""><br class=""></div><div class=""><b class="">Test and merge</b></div><div class="">Phrase: @swift-ci Please test and merge</div><div class="">Description: Test and merge job will run tests on Ubuntu 14.04 and OS X platform and merge the pull request if all of the tests pass.</div><div class="">Build config:&nbsp;</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>OS X:&nbsp;swift/utils/build-script --preset=buildbot_all_platforms,tools=RA,stdlib=RA</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>Linux:&nbsp;swift/utils/build-script --preset=buildbot_linux_1404 install_destdir="${SWIFT_INSTALL_DIR}" installable_package="${SWIFT_INSTALLABLE_PACKAGE}”</div><div class=""><br class=""></div><div class=""><div class=""><b class="">Smoke test and merge</b></div><div class="">Phrase: @swift-ci Please smoke test and merge</div><div class="">Description: Smoke Test and merge job will run limited tests on Ubuntu 14.04 and OS X platform and merge the pull request if all of the tests pass.</div><div class="">Build config:&nbsp;</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>OS X:&nbsp;swift/utils/build-script --preset=buildbot_all_platforms,tools=RA,stdlib=RA</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>Linux:&nbsp;swift/utils/build-script --preset=buildbot_linux_1404 install_destdir="${SWIFT_INSTALL_DIR}" installable_package="${SWIFT_INSTALLABLE_PACKAGE}"</div></div><div class=""><br class=""></div><div class=""><b class="">ASAN Testing</b></div><div class="">Phrase: @swift-ci Please ASAN test</div><div class="">Description: ASAN testing job&nbsp;</div><div class="">Build config:&nbsp;swift/utils/build-script" --preset=buildbot_incremental_asan,tools=RDA,stdlib=RDA</div><div class=""><br class=""></div><div class=""><b class="">Python Lint</b></div><div class="">Phrase: @swift-ci Please Python lint&nbsp;</div><div class=""><div class="">Description: Python lint using pep8 rules</div><div class="">Build config:&nbsp;flake8 | cut -f4- -d: | sort | uniq -c</div></div><div class=""><br class=""></div><div class="">These new triggers are a work in progress, I will send out another email once they are available for use.</div><div class=""><br class=""></div><div class="">Please let me know if you have any feedback.&nbsp;</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Mishal Shah</div></body></html>