Add a page on testing build-decision

This commit is contained in:
Andrew Halberstadt 2023-10-26 14:36:29 -04:00 коммит произвёл Andrew Halberstadt
Родитель 6fe72e8049
Коммит 292c7fbec9
3 изменённых файлов: 21 добавлений и 1 удалений

Просмотреть файл

@ -56,6 +56,8 @@ can load them. The procedure is similar to the one above.
.. _checkout cache version: https://searchfox.org/mozilla-central/rev/1ca8ea11406642df4a2c6f81f21d683817af568d/.taskcluster.yml#217
.. _build-decision-image:
build-decision image
--------------------

Просмотреть файл

@ -0,0 +1,17 @@
Test Build Decision
===================
When updating the build-decision image, it's a good idea to run a quick test
before pushing it live. First :ref:`build and publish <build-decision-image>` a
new ``build-decision`` image. Once your image is on Docker hub:
1. Open the `cron-task-ci-ci-configuration/test-build-decision`_ hook in
Taskcluster web.
2. Edit the ``image`` field in the hook definition to point to your recently
uploaded image. Save the hook.
3. Fire the hook manually.
You should see a new event for the triggered hook. If it successfully creates a
Decision task, the test has passed!
.. _cron-task-ci-ci-configuration/test-build-decision: https://firefox-ci-tc.services.mozilla.com/hooks/project-releng/cron-task-ci-ci-configuration%2Ftest-build-decision

Просмотреть файл

@ -6,5 +6,6 @@ This section outlines various guides on how to test changes prior to deploying.
.. toctree::
:maxdepth: 1
Updates <updates>
autograph
Build Decision <build-decision>
Updates <updates>