mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
Simplify CI checks on git push, add nightly checks on cron (#1158)
* Switch push tests to Github Actions * Add nightly tests * Add anndata check * Add test status badges * Add anndata 0.6.22.post1 workaround * Rename Nightly tests to Compatibility Tests * Fix to anndata fix * Turn on cron schedule * Fix badge mardown in README.md * Fix cron schedule
This commit is contained in:
@@ -16,7 +16,7 @@ import time
|
||||
parser = argparse.ArgumentParser(description='Wait for a port either to be bound to or to be free.')
|
||||
parser.add_argument('port', type=int, help='port to wait for')
|
||||
parser.add_argument('--sleep-increment', type=int, default=2.0, help='sleep duration in between checks of the port')
|
||||
parser.add_argument('--timeout', type=int, default=20.0, help='How long should we wait before timing out?')
|
||||
parser.add_argument('--timeout', type=int, default=60.0, help='How long should we wait before timing out?')
|
||||
parser.add_argument('--await-free', default=False, action='store_true',
|
||||
help='Wait for the port to be active or free?')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user