Lava: Fix the name of Jenkins Lava key
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 18 Jan 2017 19:23:31 +0000 (14:23 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 18 Jan 2017 19:46:05 +0000 (14:46 -0500)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
jobs/lttng-baremetal-tests.yaml
scripts/lttng-baremetal-tests/lava-submit.py

index 14a448a33f188f901dfb3dcbe9bd48ed985fead3..f82972823d9038cefbd40376805713f7d0f66415 100644 (file)
@@ -24,7 +24,7 @@
       - 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}
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.025712 seconds and 4 git commands to generate.