aboutsummaryrefslogtreecommitdiff
path: root/kernelci
AgeCommit message (Expand)Author
2019-10-31kernelci.build: fix pep8 error with over-indentationGuillaume Tucker
2019-10-31kernelci.config.test: fix pep8 error with long lineGuillaume Tucker
2019-10-31kernelci.config.build: make reference optionalGuillaume Tucker
2019-10-30kci_build: Add get_reference subcommandMichal Galka
2019-10-23kernelci.config.test: also apply TestPlan filters for bootGuillaume Tucker
2019-10-23kernelci.test: add missing plan filter check in match_configs()Guillaume Tucker
2019-10-22kernelci.config.build: Fix "variants" section reading from configurationMichal Galka
2019-10-22kernelci.build: add support for KCONFIG_* variablesAnders Roxell
2019-10-11kernelci.build: return error if fragment file not foundGuillaume Tucker
2019-10-11kci_test: generate all jobs by defaultGuillaume Tucker
2019-10-11kernelci.test: fix defconfig in test job meta-dataGuillaume Tucker
2019-10-10kernelci.test: always get dtb name from file basenameGuillaume Tucker
2019-10-10build-configs.yaml: Create 'variants' section in build_configs_defaultsMichal Galka
2019-10-07add kci_test to generate and submit jobsGuillaume Tucker
2019-10-07add kernelci.test with functions to generate test jobsGuillaume Tucker
2019-10-07add kernelci.cli and use it in kci_buildGuillaume Tucker
2019-10-07add kernelci.lab to communicate with labs including LAVAGuillaume Tucker
2019-10-04add kernelci.config.lab to have lab configs in YAMLGuillaume Tucker
2019-10-03kernelci.build: set none defconfig when there is no defconfigGuillaume Tucker
2019-10-03kernelci.config.test: fix TestConfig.match()Guillaume Tucker
2019-10-02Add first RISCV device: hifive-unleashed-a00Corentin LABBE
2019-10-01kernelci.build: install bmeta.json and simplify JSON publish formatGuillaume Tucker
2019-10-01kernelci.build: replace build_result with status in meta-dataGuillaume Tucker
2019-09-13kernelci.config.test: optional plan name in TestConfig.match()Guillaume Tucker
2019-09-13kernelci.build.install_kernel: create dtbs.jsonGuillaume Tucker
2019-09-09kernelci.config.test: add TestPlan.base_nameGuillaume Tucker
2019-09-05kernelci.build: fix error propagation from merge_config.shGuillaume Tucker
2019-09-05kernelci.build: enable relative path for log fileGuillaume Tucker
2019-09-05kernelci.build: add the output of merge_config.sh to the logGuillaume Tucker
2019-09-05kernelci.build: enable verbose merge_config.shGuillaume Tucker
2019-09-04kernelci.build: fix pep8 errorsGuillaume Tucker
2019-09-04kernelci.configs: convert to kernelci.config.{build,test}Guillaume Tucker
2019-08-30kernelci.configs: add params to DeviceTypeKhouloud Touil
2019-08-29kernelci.configs.DeviceType: rename .type_name as .base_nameGuillaume Tucker
2019-08-29Use yaml safe_load insteald of loadCorentin LABBE
2019-08-27kernelci.configs.DeviceType: add .type_name instead of .nameGuillaume Tucker
2019-08-22arm-soc renamed to socKevin Hilman
2019-08-09kernelci.build: export compiler names when running merge_config.shGuillaume Tucker
2019-08-09kernelci.build: set cross_compile default value to empty stringGuillaume Tucker
2019-08-09kernelci.build: keep .ccache directory inside the build directoryGuillaume Tucker
2019-07-11kernelci.configs: add Regex filter typeGuillaume Tucker
2019-07-09kernelci.build: add docstrings for all public functionsGuillaume Tucker
2019-07-04Add first ARC device: hsdkCorentin LABBE
2019-07-04Fix the arc imagetypeCorentin LABBE
2019-06-28Find LAVA devices by aliases, when availableDan Rue
2019-06-19kernelci.build: fix initial git clone with no referenceGuillaume Tucker
2019-05-24kernelci.build: split generate_fragments() functionGuillaume Tucker
2019-05-08kernelci.build: make all for mipsGuillaume Tucker
2019-05-07kernelci.build: look for dts directory before calling make dtbsGuillaume Tucker
2019-05-07kernelci.build: look for OF_FLATTREE to make dtbsGuillaume Tucker