alon-dotan-starkware
alon-dotan-starkware
add ability to configure the default docker command via env vars
looks like in some situation the aerospike so linked to the wrong SSL so we do the following, create venv on ci server (ubuntu 18.04) and copy it to docker...
example: ```python from configargparse import ArgumentParser if __name__ == '__main__': base_parser = ArgumentParser( add_config_file_help=True, description='test', args_for_writing_out_config_file=['--generate_config_file'], args_for_setting_config_path=['--config_file']) base_parser.add_argument('--genome_7', default='bla', help='path to genome file') base_parser.add_argument('--genome_1', action='store_true') args = base_parser.parse_args() ``` ```shell...
Py_Initialize symbol is not Impl at pypy, the following [PR](https://github.com/aerospike/aerospike-client-python/pull/312) fix this issue Thanks
Looks like there is some missing env var nor param when action triggered by push event Im getting the following error ``` Error: failed to create validator: reference of repository...
we using lot of steps in our ci, which brings use pretty often to scenarios when we hit the API rate limits... for example: ``` Warning: Failed to save: Cache...