mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-08-04 02:43:36 +00:00
Fix ci+lint and jenkins builds
This commit is contained in:
parent
5e70b7a928
commit
5434ca44a5
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -42,12 +42,11 @@ jobs:
|
||||
- 'library/**'
|
||||
- 'liblogosdelivery/**'
|
||||
v2:
|
||||
- 'waku/**'
|
||||
- 'logos_delivery/**'
|
||||
- 'apps/**'
|
||||
- 'tools/**'
|
||||
- 'tests/all_tests_v2.nim'
|
||||
- 'tests/**'
|
||||
- 'channels/**'
|
||||
docker:
|
||||
- 'docker/**'
|
||||
|
||||
@ -235,5 +234,5 @@ jobs:
|
||||
shopt -s extglob # Enable extended globbing
|
||||
NPH=$(make print-nph-path)
|
||||
echo "using nph at ${NPH}"
|
||||
"${NPH}" examples waku tests tools apps *.@(nim|nims|nimble)
|
||||
"${NPH}" examples logos_delivery tests tools apps *.@(nim|nims|nimble)
|
||||
git diff --exit-code
|
||||
|
||||
4
.github/workflows/pr-lint.yml
vendored
4
.github/workflows/pr-lint.yml
vendored
@ -26,8 +26,8 @@ jobs:
|
||||
- 'apps/chat2bridge/config_chat2bridge.nim'
|
||||
|
||||
db_schema:
|
||||
- 'waku/waku_archive/driver/postgres_driver/postgres_driver.nim'
|
||||
- 'waku/waku_archive/driver/sqlite_driver/queries.nim'
|
||||
- 'logos_delivery/waku/waku_archive/driver/postgres_driver/postgres_driver.nim'
|
||||
- 'logos_delivery/waku/waku_archive/driver/sqlite_driver/queries.nim'
|
||||
- name: Comment config change
|
||||
uses: thollander/actions-comment-pull-request@v2
|
||||
if: ${{steps.filter.outputs.config == 'true'}}
|
||||
|
||||
@ -130,7 +130,7 @@ def versionWasChanged(version) {
|
||||
if (version == 'v2' && changes =~ "(?m)^(apps|tools)/.*") {
|
||||
return true
|
||||
}
|
||||
if (changes =~ "(?m)^(waku|tests|examples)/(${version}|common)/.*") {
|
||||
if (changes =~ "(?m)^(logos_delivery|tests|examples)/(${version}|common)/.*") {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user