aboutsummaryrefslogtreecommitdiff
path: root/kernelci
AgeCommit message (Expand)Author
2019-11-14kernelci.build: Change make_tarball to pure Python implementationMichal Galka
2019-11-14kernelci.build: fix shell command error propagationGuillaume Tucker
2019-11-14kernelci.test: add plan_variant job param and meta-dataGuillaume Tucker
2019-11-06kernelci.build: add load_json() to load a kernel build meta-dataGuillaume Tucker
2019-11-06kernelci.lab: split LabAPI.connect() as a separate methodGuillaume Tucker
2019-11-06kernelci.lab: add docstringsGuillaume Tucker
2019-11-06kernelci.cli: add docstringsGuillaume Tucker
2019-11-06kernelci.test: add docstringsGuillaume Tucker
2019-11-06kernelci.config.lab: add docstringsGuillaume Tucker
2019-11-01kci_build: add pull_tarball subcommandMichal Galka
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