Using Priority pragma in commit message has limitations and in some situations PRs do not end up running with higher priority.
A more reliable method is to use Build with Parameters in Jenkins.
PRs need to be approved to run with priority. Please talk to your manager if there is a need to use this for your PR.
All PRs blocking 2.6 Release are approved to run with BuildPriority 2.
Step #1: Go to Jenkins for your PR. You can do this from link in github.
![](https://daosio.atlassian.net/wiki/download/thumbnails/11643158529/image2024-4-24_11-2-59.png?version=1&modificationDate=1713970981014&cacheVersion=1&api=v2&width=865&height=125)
Step #2: Click on the PR-XXXX menu and this will take you to the classic Jenkins view
![](https://daosio.atlassian.net/wiki/download/thumbnails/11643158529/image2024-4-24_11-3-10.png?version=1&modificationDate=1713970991841&cacheVersion=1&api=v2&width=558&height=114)
Step #3: Remember to login to Jenkins on the top right.
![](https://daosio.atlassian.net/wiki/download/thumbnails/11643158529/image2024-4-24_11-3-22.png?version=1&modificationDate=1713971003099&cacheVersion=1&api=v2&width=396&height=110)
Step #4: Once logged in, you will see Build with Parameters option on the left panel.
![](https://daosio.atlassian.net/wiki/download/thumbnails/11643158529/image2024-4-24_11-3-31.png?version=1&modificationDate=1713971012153&cacheVersion=1&api=v2&width=358&height=301)
Step #5: In Build with Parameters page, fill in 2 for BuildPriority and TestTag accordingly if it applies to your PR.
TestTag field is the same as Test-tag pragma in a commit message. If you are not planning to use Test-tag in commit to target specific or additional tests, leave this field blank. Else, fill in with what you plan to tag as you would in the commit message.
![](https://daosio.atlassian.net/wiki/download/thumbnails/11643158529/image2024-4-24_11-3-45.png?version=1&modificationDate=1713971026877&cacheVersion=1&api=v2&width=476&height=234)
![](https://daosio.atlassian.net/wiki/download/thumbnails/11643158529/image2024-4-24_11-3-56.png?version=1&modificationDate=1713971038012&cacheVersion=1&api=v2&width=643&height=578)
Step #7: Click on Build at the bottom of the page. You should see a new build kicked off and the previous build aborted.
![](https://daosio.atlassian.net/wiki/download/thumbnails/11643158529/image2024-4-24_11-4-9.png?version=1&modificationDate=1713971051527&cacheVersion=1&api=v2&width=236&height=94)