| commit | 039cbc8e45b49284adc5d4fce19a25317373edfd | [log] [tgz] |
|---|---|---|
| author | Owners Cleanup <swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com> | Thu Feb 13 13:57:35 2025 |
| committer | Owners Cleanup <swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com> | Thu Feb 13 13:57:37 2025 |
| tree | f6f3e74c30eca5561d8ac03f0612993be5e6e7be | |
| parent | 9c3ecc4f4cfbd4bddb4e454e4cde68022372a191 [diff] |
[owners] Remove jaredloucks@google.com from OWNERS This suggested change is automatically generated based on group memberships and affiliations. If this change is unnecessary or in error, vote the lowest CR value (i.e. reject the CL) and the bot will abandon it. Vote the highest CR to approve this change. You may also abandon this change. See the owner's recent activity for context: https://chromium-review.googlesource.com/q/jaredloucks@google.com To report an issue, file a bug in the Infra>Codereview component. Change-Id: Icaee55224a72d4e05cf3a61e14030a1abd4a7612
Install mysql client:
sudo apt-get install default-libmysqlclient-dev libssl-dev
Install python libs:
make load-libs
_mysql.c:2005:41: error: 'MYSQL' {aka 'struct st_mysql'} has no member named 'reconnect':
This may happen on Debian based system. Workaround: Run sudo sed '/st_mysql_options options;/a unsigned int reconnect;' /usr/include/mysql/mysql.h -i.bkp.
Run unit test:
make unit-test
config-dev file:tko: credentials: hostname: your_sql_instance_ip username: sql_use password: sql_password database: sql_db_name timezone: US/Pacific
Run ci_results_archiver locally:
make run-local
Note, this will run in one-shot mode with the dev config. Make sure your desktop IP has been whitelisted by the TKO Cloud SQL instance. To export data to BigQuery, you need a service account json key in the folder. For internal users, run make load-credentials first.
Build the docker locally:
make local-build
Build docker on GCP:
make cloud-build
By default it creates the image to project google.com:chromeos-lab. If this is not your preference, please configure it in Makefile.
If you want to deploy the docker to ChromeOS Lab project, please refer our internal doc for more details.