Jakub Sokołowski
52759faa03
fix(ci): fix Docker tag for latest and release jobs
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-31 17:44:49 +01:00
Jakub Sokołowski
aaf10e0871
fix(ci): fix name of discord notify method
...
Also use absolute path to load Groovy script.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-27 18:43:52 +02:00
Jakub Sokołowski
184479e385
ci: push GIT_REF if it looks like a version
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-27 10:33:12 +02:00
Jakub Sokołowski
6072fcbee6
ci: enforce default Docker image tags strictly
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-27 10:33:11 +02:00
Jakub Sokołowski
56feedc58a
ci: push images to new wakuorg/nwaku repo
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-27 10:33:10 +02:00
Jakub Sokołowski
cb1d202458
ci: extract discordNotify to separate file
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-27 10:27:57 +02:00
Ivan Folgueira Bande
7a376f59c8
chore: Adding -d:postgres flag when creating a Docker image for release and PRs ( #2076 )
2023-09-26 10:11:38 +02:00
Aaryamann Challani
645b034367
feat(rln-relay): removed rln from experimental 🚀 ( #2001 )
...
* feat(rln-relay): removed rln from experimental 🚀
* fix(waku_node): if rln-relay is nil, return true
* chore(tests): mark rest health as skipped
2023-09-11 12:02:31 +05:30
Jakub Sokołowski
ae05f0a848
fix: sanity-check the docker image start
...
To avoid basic runtime failures due to missing libraries:
```
> docker run --rm statusteam/nim-waku:deploy-wakuv2-test --version
could not load: libpq.so(.5|)
```
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-06-27 19:32:40 +02:00
Hanno Cornelius
e9028618fd
fix: temporary fix to disable default experimental builds on fleets ( #1810 )
2023-06-19 17:14:50 +02:00
Vaclav Pavlin
39902dc2f2
chore(makefile): unify where chronicles_log_level is set ( #1748 )
2023-05-23 10:44:57 +02:00
Aaryamann Challani
b148c305d7
fix(ci): make experimental default to true in fleet deployment ( #1742 )
2023-05-18 17:26:29 +05:30
Aaryamann Challani
d822cdc599
fix(ci): remove target flag from docker command ( #1725 )
...
* fix(ci): remove target flag from docker command
* fix(ci): add additional debug flag to rollout debug images to fleets
2023-05-15 21:55:25 +05:30
G
b77a4faa55
fix(jenkins): fix typo
2022-12-06 01:18:33 +01:00
Lorenzo Delgado
0f91f97a9a
ci(jenkins): split dockerfile into production and experimental stages
2022-12-01 12:45:06 +01:00
Lorenzo Delgado
35c89ed176
ci(jenkins): support experimental flag in the pr and release pipelines
2022-12-01 11:28:09 +01:00
Jakub Sokołowski
44e49a0235
ci: separate discord notification into a function
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-10-12 22:33:17 +02:00
Jakub Sokołowski
b9a84af5c2
ci: add username and email to build notifications
...
Makes it easier to identify who to talk to about a deployment.
This depends on the following plugin being installed:
https://plugins.jenkins.io/build-user-vars-plugin/
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-10-12 22:33:16 +02:00
Jakub Sokołowski
cc037cc749
ci: add diff link for previously deployed commit
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-28 17:48:31 +02:00
Jakub Sokołowski
3b7d6f4a1b
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
Jakub Sokołowski
207dc3a845
ci: build all when anything in ci folder changed
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-27 17:23:51 +02:00
Jakub Sokołowski
c3a9c0aab8
ci: add Discord notification for successful builds
...
This way teams can track what deployments happen when.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-27 16:19:24 +02:00
Jakub Sokołowski
b9434052ef
ci: disable Nim compiler colors
...
Because they make things unreadable.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-07-22 13:45:47 +02:00
Jakub Sokołowski
89868bc7cd
ci: add timeouts to Jenkins pipelines
...
We've seen a few jobs running on MacOS hosts stuck for days:
* https://ci.status.im/job/nim-waku/job/prs/job/macos/job/PR-982/
* https://ci.status.im/job/nim-waku/job/prs/job/macos/job/PR-979/
Which is not acceptable.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-06-08 15:18:27 +02:00
Daniel Kaiser
42f48a6892
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 Sokołowski
263284978a
ci: add commit as label to Docker image
...
Helps with debugging issues related to specific versions.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-02-21 18:25:14 +01:00
Jakub Sokołowski
f140a71d6d
ci: add Jenkinsfile for Linux
...
Adding a single Jenkinsfile for PR builds that can run on all three
platforms supported by our Jenkins CI setup.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-06-29 17:36:52 +02:00