Uploaded image for project: 'Qt Quality Assurance Infrastructure'
  1. Qt Quality Assurance Infrastructure
  2. QTQAINFRA-4597

Do not read device name from jenkins job_name but use configurations.ini instead

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • None
    • None
    • RTA
    • None

    Description

      The device configuration is now read from a list in hardware_info.py and also in the <version>/configurations.ini. Get rid of the "old" way of reading the device type from job name and use the configurations.ini instead for reading all configuration related info from it. Add kit-list, debug_build_dir_list and hw_pool_device_type_wrapper (if needed) as non-mandatory names.

      There are ready-made functions for reading the ini. See e.g.:

      self.licheck_version = self.get_value_from_ini("licheck_version")
      if self.major == "6":
      self.m2m_only = self.get_non_mandatory_value_from_ini("sub_components_m2m")

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mipohjan Milla Pohjanheimo
            mipohjan Milla Pohjanheimo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes