- credentials-binding:
- text:
credential-id: jenkins_lava_key
- variable: LAVA_FRDESO_TOKEN
+ variable: LAVA_JENKINS_TOKEN
- inject:
properties-content: |
TOOLS_BRANCH={lttngversion}
- credentials-binding:
- text:
credential-id: jenkins_lava_key
- variable: LAVA_FRDESO_TOKEN
+ variable: LAVA_JENKINS_TOKEN
- inject:
properties-content: |
BUILD_DEVICE=kvm
- credentials-binding:
- text:
credential-id: jenkins_lava_key
- variable: LAVA_FRDESO_TOKEN
+ variable: LAVA_JENKINS_TOKEN
- inject:
properties-content: |
UST_BRANCH={lttngversion}
lava_api_key = None
try:
- lava_api_key = os.environ['LAVA_FRDESO_TOKEN']
+ lava_api_key = os.environ['LAVA_JENKINS_TOKEN']
except Exception as e:
- print('LAVA_FRDESO_TOKEN not found in the environment variable. Exiting...', e )
+ print('LAVA_JENKINS_TOKEN not found in the environment variable. Exiting...', e )
return -1
if test_type is TestType.baremetal_benchmarks: