From: Andrew Grimberg Date: Wed, 2 Jun 2021 18:14:39 +0000 (-0700) Subject: Refactor: Reword from minion to agent X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=4e700282cdb1a180b4444814c75e4e3ae0cb3d7b;p=releng%2Fdocs.git Refactor: Reword from minion to agent The official Jenkins terminology has shifted from slave to agent. We used minion as our term while the Jenkins project was continuing to use the term slave. Now that they have a less offensiv official term it's best for us to shift back to what the upstream term is. Signed-off-by: Andrew Grimberg Change-Id: I1b99f56d0ed66239a5d71b0e4943e24227455fc8 Signed-off-by: Andrew Grimberg --- diff --git a/docs/jenkins.rst b/docs/jenkins.rst index d1c804c..f7cdbda 100644 --- a/docs/jenkins.rst +++ b/docs/jenkins.rst @@ -106,12 +106,12 @@ the jobs published in Jenkins. This will push the jobs to Gerrit and your jobs will appear in Jenkins once the releng/builder or ci-management teams has reviewed and merged your patch. -.. _jenkins-build-minions: +.. _jenkins-build-agents: -Build minions -============= +Build agents +============ -Jenkins jobs run on build minions (executors) created on demand and deleted when the job +Jenkins jobs run on build agents (executors) created on demand and deleted when the job terminates. Jenkins supports different types of dynamic build nodes and developers must know the flavors available to run their custom jobs. @@ -139,7 +139,7 @@ Cloud configuration (Global Configuration) ------------------------------------------ This information will help developers (who do not have administer permissions) understand how -LFIT configures a cloud and build minions via OpenStack Cloud plugin: +LFIT configures a cloud and build agents via OpenStack Cloud plugin: #. Log in into Jenkins and click on ``Manage Jenkins`` @@ -182,16 +182,16 @@ LFIT configures a cloud and build minions via OpenStack Cloud plugin: The value should match an available ``Label`` for the node template. -.. _jenkins-build-minion-flavors: +.. _jenkins-build-agents-flavors: -Build minion flavors +Build agents flavors -------------------- -This section points to each LF project's build minions availability and flavors. +This section points to each LF project's build agents availability and flavors. * OpenDaylight: https://github.com/opendaylight/releng-builder/tree/master/jenkins-config/clouds/openstack/odlvex -.. todo:: Add more LF projects build minions links +.. todo:: Add more LF projects build agents links .. _jenkins-log-server: