Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PTF uses the community's Jenkins. There are two Jenkins job, one is carrier-io  and carrier-io-shutdown-load-generator.

The carrier-io job can be used, and designed to be used, with FSE's FOLIO environment. Because it's running outside of FSE's account and cannot access FSE resources, the stages to install and remove telegraf are factored out into the job "telegraf" in FSE's Jenkins. Additionally, the last stage to delete the load generator stack is still broken, so the carrier-io-shutdown-load-generator job is created to execute that last stage alone.

Steps to use this job:
1. Kick off the build on the [telegraf] job to start monitoring the ec2-nodes. It will halt its execution and requires manual input to run to completion. When kicking it off, telegraf will be installed on all the nodes. When manually pressing the button to proceed, it will uninstall telegraf.
2. Kick off a build on carrier-io job
3. When the test finishes, run carrier-io-shutdown-load-generator to tear down the load generator stack
4. Go to the the Console Output of the [telegraf job] to resume executing it to uninstall telegraf.


Note that these steps can be optimized further, so stay tuned for changes!