Anton Iakimov
40b687c0a5
chore: switch wakuv2 to waku fleet ( #2519 )
...
See https://github.com/status-im/infra-nim-waku/issues/91
2024-03-20 16:28:00 +01:00
joao
9d2971c379
docs: Fix Typos Across Various Documentation Files ( #2310 )
2024-01-08 13:13:34 +01:00
Vaclav Pavlin and Ivan Folgueira Bande
b9892120b9
chore(docs): fix docs and mark some as deprecated ( #1754 )
...
* chore(docs): fix docs and mark some as deprecated
* Update docs/contributors/continuous-integration.md
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com >
* Update examples/v2/README.md
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com >
* mark TODO with date
* replace nim-waku with nwaku in docs
---------
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com >
2023-05-25 13:37:49 +02:00
jakub
20e2a0360a
ci: use docker tag names closer to fleet names
...
To avoid naming confiusion.
Signed-off-by: Jakub Sokołowski <jakub@status.im >
2022-09-28 17:12:33 +02:00
Daniel Kaiser
40806860d9
chore(docker): use NIMFLAGS instead of NIM_PARAMS ( #961 )
...
NIM_PARAMS is and internal variable.
NIMFLAGS should be used outside of nimbus build system.
includes:
* fix(docker): copy RLN parameters.key into the container
* chore(makefile): NIMFLAGS in docker img rule
2022-05-17 21:11:07 +02:00
jakub
b41dc2851e
ci: add MAKE_TARGET parameter, remove default from IMAGE_TAG
...
Adjustments to Jenkinsfile to allow building of different targets and
pushing images with different tags depending on job parameters.
If we specify a `string` parameter in `parameters` they will be
overwritten in job definition after very job build.
I created four jobs at: https://ci.status.im/job/nim-waku/
* [manual](https://ci.status.im/job/nim-waku/job/manual/ ) - For building by hand
* [deploy-v1-test](https://ci.status.im/job/nim-waku/job/deploy-v1-test/ ) - Auto build from `master`
* [deploy-v2-test](https://ci.status.im/job/nim-waku/job/deploy-v2-test/ ) - Auto build from `master`
* [deploy-v2-prod](https://ci.status.im/job/nim-waku/job/deploy-v2-prod/ ) - Triggered manually
Signed-off-by: Jakub Sokołowski <jakub@status.im >
2020-12-04 11:18:31 +01:00