2
0
mirror of synced 2025-01-10 16:46:05 +00:00

72 Commits

Author SHA1 Message Date
benbierens
188f765b5c
bash, not sh 2024-03-15 12:48:25 +01:00
Ben
db5c5444c5
Removes contract clock from logging 2024-03-14 14:29:28 +01:00
Ben
209eb31c58
fixes issue where kubernetes does not honor container entrypoints when command override is used 2024-03-13 12:09:25 +01:00
Ben
c5fb066c75
Allows for non-blocking stop of containers 2024-03-13 10:57:26 +01:00
Ben
90b90be3cb
Updates usages of EnableMarketplace 2024-03-13 10:29:26 +01:00
Ben
a6a8c3f1e7
Update codex container recipe 2024-03-13 10:18:10 +01:00
Ben
b7904f7ee0
Updates codexSetup and Marketplace configuration 2024-03-13 10:14:11 +01:00
benbierens
64ecf531bd
Adds missing error message check to marketplaceAccess 2024-02-26 09:02:46 +01:00
Giuliano Mega
ec0f7a6790
Remove run ID and introduce deploy ID (#93)
This PR removes the notion of a run id and replaces it with a deploy id in continuous tests. Deploy ids can be set at deploy time only (duh), and will be picked up by the test runner from the deploy file on subsequent runs of the continuous test runner. As a consequence, the deploy id becomes a deployer parameter, and can no longer be overridden at the runner. For non-continuous tests, the deploy ID is created on-the-fly.
2024-02-22 10:41:07 -03:00
benbierens
f7fcef56c7
upgrades log filtering 2024-01-18 10:24:59 +01:00
benbierens
29fa554146
Adds log topics for block exchange 2024-01-18 09:55:07 +01:00
benbierens
ec03be6936
Fixes initialization of geth node 2023-12-11 08:38:31 +01:00
benbierens
5dc918287c
Merge branch 'master' into feature/public-testnet-deploying 2023-12-11 08:30:25 +01:00
benbierens
09554da362
Adds transfer speeds to status logs. 2023-12-06 10:50:02 +01:00
benbierens
074f5ebfae
Sets up transferSpeed class 2023-12-06 09:59:45 +01:00
benbierens
260bc93414
Updates contracts image to latest 2023-12-06 09:34:22 +01:00
Slava
4c46a708ab
Change affinity label (#85)
https://github.com/codex-storage/infra-codex/issues/100
2023-11-27 19:06:04 +02:00
benbierens
3761e236a3
Sets node critical priority for codex and geth nodes 2023-11-23 14:50:54 +01:00
benbierens
b61f5d835c
Fixes request-storage endpoint 2023-11-23 14:10:59 +01:00
benbierens
1a86d3459d
Fixes local files endpoint 2023-11-23 13:43:19 +01:00
benbierens
6bd7098cfe
Fixes download endpoint. 2023-11-23 13:32:58 +01:00
benbierens
8b224f6922
Updates public ip to point to service 2023-11-20 11:19:10 +01:00
benbierens
b90c47a994
Switches to automatic public IP address for codex and geth containers. 2023-11-15 14:53:25 +01:00
benbierens
7de0e5a1c4
Sets up tests-runners as avoided scheduling affinity. 2023-11-14 10:16:00 +01:00
benbierens
960bef455a
Adds codex revision to metadata. 2023-11-13 09:37:45 +01:00
benbierens
71ad471958
Cleanup routing table tests. Adds retry. 2023-11-12 11:24:58 +01:00
benbierens
ed56d9edcc
Cleanup of kubernetesWorkflow assembly. 2023-11-12 10:07:23 +01:00
benbierens
096282ae1a
Fixes debug/peer serialization. Adds retry for pod-finding. 2023-11-10 15:23:16 +01:00
benbierens
c5cc15daa0
Updates endpoint to match latest Codex 2023-11-10 08:20:08 +01:00
benbierens
b8ce4c49d6
Merge branch 'master' into deployment-json-rework
# Conflicts:
#	Tests/CodexContinuousTests/run.sh
#	Tools/CodexNetDeployer/deploy-continuous-testnet.sh
2023-11-08 09:29:22 +01:00
benbierens
ea66b5b408
debugging address selection in cluster 2023-11-07 12:02:17 +01:00
benbierens
655f4895d0
Fixes serialization issue for running containers for discord bot and metrics container 2023-11-07 11:17:20 +01:00
benbierens
d0bed64c68
Disables resource limits 2023-11-07 09:25:51 +01:00
benbierens
6672427565
Restores marketplace test 2023-11-06 16:10:19 +01:00
benbierens
dc9f3ab090
removes dependency on static pod name and address info 2023-11-06 14:33:47 +01:00
benbierens
85ad0b414f
Cleans up some gethnode arguments. 2023-10-30 13:30:14 +01:00
benbierens
d5b87253ae
Explicitly turn off auto-nat. 2023-10-27 11:21:43 +02:00
benbierens
3914d58a6a
Sets up support for UDP ports and applies them to discovery ports. 2023-10-25 14:23:07 +02:00
benbierens
14e8222dfe
Adds codex debug-info to deployment json. Needed for bootstrapping later on. 2023-10-25 09:14:35 +02:00
benbierens
ade08a27fe
Wires codex bot into deployer. 2023-10-24 10:29:07 +02:00
benbierens
49f6c7e37e
Merge branch 'master' into feature/public-testnet-deploying 2023-10-24 09:42:37 +02:00
benbierens
e073f7a881
Fixes locking and retrying in http class 2023-10-24 09:41:37 +02:00
benbierens
bcb690d143
Adds option to deploy codex in a public test net. 2023-10-23 12:33:48 +02:00
benbierens
840e794761
wip: updating codex container recipe for public deployment 2023-10-23 11:30:54 +02:00
benbierens
e11a7d1600
Gives deployments a name. 2023-10-23 10:19:52 +02:00
benbierens
ad70394333
Merge branch 'master' into app/discord-bot 2023-10-23 10:13:23 +02:00
benbierens
45fbd699a9
Disables calls to custom API endpoints. 2023-10-23 09:36:31 +02:00
benbierens
991927b95f
Setting up balance-getting command 2023-10-20 09:49:23 +02:00
benbierens
45050c34e4
Implements GetAddress method for runningContainers. 2023-10-19 11:18:59 +02:00
benbierens
43fa57dc97
Mandatory port tags for exposed ports 2023-10-19 11:12:08 +02:00