Lava: Fix the name of Jenkins Lava key
[lttng-ci.git] / scripts / lttng-baremetal-tests / lava-submit.py
index e4fbc7feed262f30cfd2257add51f9f650e00756..cfd73b4fda3a9efed02b0f0caad08c8ce9ede97b 100644 (file)
@@ -354,9 +354,9 @@ def main():
 
     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:
This page took 0.023367 seconds and 4 git commands to generate.