-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update link from readme #1374
Update link from readme #1374
Conversation
Also as a test with external contributor
@ilblackdragon gitlab webhook added and deployed. From my test seems works fast and fine with internal and external PRs (like this one from my fork) Update: removed coqbot webhooks in github and gitlab, our bot correctly picks both internal (test with the restoring loadtester and external PR). Our bot resides in https://github.com/ailisp/gitsync, if you want to leave a comment there As for per bot handle one repo, I found pm2 very handy and we can just run as many process as number of repo to test in one node, each bot takes a different env file. |
So the only question I have if the bot updates status if you rerun the job? Because I see here #1351 it's showing cross but if you go to Details the job actually passed. Also on side note - did you look what happened with nearlib on master? it has been failing for a bit now. |
@ilblackdragon rerun works now. Just rerun this one, and status updated to pending. |
* Add test case for ContractPromises.all (#1295) * Add test case for ContractPromises.all * Add .then to join test * filter transactions based on validity period (#1302) * Query block by hash through rpc (#1300) * query block by hash * fix rpc user * Hotfix. Bump borsh to 0.2.3 which does not panic (#1305) * bump version (#1304) * Add is_validator to telemetry (#1322) * Bump borsh and nearcore version (#1337) * Remove running and developing as link is dead (#1354) * Remove running and developing as link is dead Also as a test with external contributor * trigger a push * Better clean script for gitlab (#1360) * Sectore fix/prompt locally#1151 (#1359) * Hide "leave empty ..." in prompt message #1151 while starting a node locally * Check `chain_id` #1151 - Set `chain_id` to `localnet` in `start_localnet.py` - Rename `is_local` to `no_docker` * Fix up scripts and add nodocker flag deprecating --local. * Remove hello.wasm source (use hello-wasm from npm instead) (#1389) * Remove hello.wasm source (use hello-wasm from npm instead) * Remove unneeded env overrides from test_nearlib.sh * Use `master` nearlib and near-shell * Try kicking CI * Try parallelizing nearlib tests with cargo tests * Remove legacy stuff from GitLab config * Try installing Node using n-install * Fix typo in n-install command * Change the way Node is installed * Fix master ci (#1383) * remove empty release build * use nearlib master branch * cache 30 days and concurrent build * Update link from readme (#1374) * Remove running and developing as link is dead Also as a test with external contributor * trigger a push * Update links * Update ci badge * Update README.md * Runtime codeowners for master (#1442) * run nearlib release test on master (#1424) * run nearlib release test on master * fix ci syntax * run test nearlib release on all branch * chmod * working around yarn * correct pathname for some tests * fix hellowasm path * fix with new nearlib version and refactor * Fix typo * Prometheus (#1416) (#1453) * Prometheus (#1416) * Http API enpoint for prometheus and simple yml file Signed-off-by: Kirk Baird <baird.k@outlook.com> * Begin creating a grafana dashboard to represent near features Signed-off-by: Kirk Baird <baird.k@outlook.com> * Add a grafana dashboard Signed-off-by: Kirk Baird <baird.k@outlook.com> * Update to metrics readme * More updates to the metrics readme * Add prometheus metrics Signed-off-by: Kirk Baird <baird.k@outlook.com> * Update grafana Signed-off-by: Kirk Baird <baird.k@outlook.com> * Update metrics and docs * Move near-metrics into core/metrics. Change versions of lazy_static from ^ to specific version for predictability * remove near-verifier * remove ethash bigint, duplicate codeowner * fix build and tests * remove touch.txt * fix with bowen's comment
No description provided.