Index: build/build.sh =================================================================== diff -u -ra74dc152e367ca7bbef7ab4740c95796401a653c -r25304a1b36424effaa506852818f24c08d3c97fa --- build/build.sh (.../build.sh) (revision a74dc152e367ca7bbef7ab4740c95796401a653c) +++ build/build.sh (.../build.sh) (revision 25304a1b36424effaa506852818f24c08d3c97fa) @@ -252,10 +252,10 @@ if [[ $(grep "error:" $build_err) != "" ]] then echo "ERROR: Application Build Failed [$gcc_out]" - echo "Build GCC, Failed, $gcc_out" >> $STATUS_REPORT + echo "Build GCC v9.3.0, Failed, $gcc_out" >> $STATUS_REPORT hasTestPassed=false else - echo "Build GCC, Passed" >> $STATUS_REPORT + echo "Build GCC v9.3.0, Passed" >> $STATUS_REPORT # Add the sha256sum build now sha256sum -b --tag denali >> denali fi @@ -284,10 +284,10 @@ if [[ $(grep "error:" $build_err) != "" ]] then echo "ERROR: Application Build Failed [$poky_out]" - echo "Build Poky, Failed, $poky_out" >> $STATUS_REPORT + echo "Build Poky v9.3.0, Failed, $poky_out" >> $STATUS_REPORT hasTestPassed=false else - echo "Build Poky, Passed" >> $STATUS_REPORT + echo "Build Poky v9.3.0, Passed" >> $STATUS_REPORT # Add the shasum256 sha256sum -b --tag denali >> denali fi Index: build/unittest.sh =================================================================== diff -u -ra74dc152e367ca7bbef7ab4740c95796401a653c -r25304a1b36424effaa506852818f24c08d3c97fa --- build/unittest.sh (.../unittest.sh) (revision a74dc152e367ca7bbef7ab4740c95796401a653c) +++ build/unittest.sh (.../unittest.sh) (revision 25304a1b36424effaa506852818f24c08d3c97fa) @@ -87,8 +87,6 @@ REPORT_DIR=$(getRemoteCopyAddress "DEN_UI" ${buildSpecs[$PROJECT_CHECKOUT_INDEX]}) reportDir=$REPORT_DIR STATUS_REPORT=$(createStatusReport "application" $REPORT_DIR $isBuildLocal) - # Call this function to check if the repository has to be tagged or not - tagUIRepository ${buildSpecs[$PROJECT_CHECKOUT_INDEX]} ${buildSpecs[$COMMON_CHECKOUT_INDEX]} $STATUS_REPORT getCommitHashes $STATUS_REPORT ${buildSpecs[$PROJECT_NAME_INDEX]} ${buildSpecs[$PROJECT_CHECKOUT_INDEX]} \ ${buildSpecs[$COMMON_CHECKOUT_INDEX]} "" ${buildSpecs[$PROJECT_CHECKOUT_INDEX]} BUILD_DIR=build @@ -474,6 +472,8 @@ clone_Repositories make_Directories getAlarmMapping + # Call this function to check if the repository has to be tagged or not + tagUIRepository ${buildSpecs[$PROJECT_CHECKOUT_INDEX]} ${buildSpecs[$COMMON_CHECKOUT_INDEX]} $STATUS_REPORT if [[ ${buildSpecs[$BUILD_ONLY_FLAG_INDEX]} == false ]] then