Abe environment variables

The environment variables mentioned in this content specify information related to abe processes.

CCASE_ABE_INIT_TIMEOUT
Specifies to clearmake the number of minutes that clearmake needs to wait for an abe to request initial build context after receiving initial contact from a new abe. The default value is 3 minutes. This environment variable prevents clearmake from using an abe that is not responsive to provide timely build service.
CCASE_ABE_PN
Specifies to clearmake the full path name of the abe executable that clearmake needs to run when launching abes.
CCASE_ABE_START_TIMEOUT
Specifies to clearmake the number of seconds that clearmake needs to wait for the first contact from a new abe. The default wait time is 30 seconds. This environment variable prevents clearmake from using an abe that is not responsive to provide timely build service.
CCASE_ABE_STARTER_PN
Specifies to clearmake the path name of the program that clearmake needs to use in distributed builds to launch a new abe on a remote host. The default setting is versionvault-home-dir/etc/abe_starter.
CCASE_ABE_TIMEOUT
Specifies to the abe the number of minutes that the abe needs to wait for clearmake to reply after requesting a target build. The default wait time is 180 minutes. This environment variable prevents abes from persisting long after their parent clearmake has exited.