7fa4911835
Our RTFD hook just does a curl request to upstream. As such, it is very expensive to nodepool to build a node for the purpose of just using curl. Lets move the job to use the proposal node which is long living. Change-Id: I8f407fdaeb890a4ae6a9b99caefe836b8f2f7819 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
8 lines
179 B
YAML
8 lines
179 B
YAML
- job-template:
|
|
name: 'hook-{name}-rtfd'
|
|
node: 'proposal'
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- shell: 'curl -X POST https://readthedocs.org/build/{name} >/dev/null'
|