Skip to content
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

chore: adding new job in the CI.yml file #3193

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Changes from 23 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
77e2eb3
Adding new job in the CI.yml file
AYAHASSAN287 Dec 4, 2024
b0d85b3
edit yml file name
AYAHASSAN287 Dec 4, 2024
62780c3
retrigger PR
AYAHASSAN287 Dec 4, 2024
dacc5fb
trigger PR
AYAHASSAN287 Dec 4, 2024
5589bbf
remove dependency to speed up job
AYAHASSAN287 Dec 4, 2024
a61327c
trigger PR
AYAHASSAN287 Dec 4, 2024
3ac4789
clone waku test repo
AYAHASSAN287 Dec 4, 2024
8f084c5
clone QA test repo
AYAHASSAN287 Dec 4, 2024
5f9a974
remove secrets and add path
AYAHASSAN287 Dec 4, 2024
199b126
Add runs-on
AYAHASSAN287 Dec 4, 2024
c708f1d
remove steps
AYAHASSAN287 Dec 4, 2024
f66506a
Adding repo name in checkout
AYAHASSAN287 Dec 4, 2024
ed9dd23
use yml of smoke_tests branch
AYAHASSAN287 Dec 4, 2024
96c5708
trigger CI job
AYAHASSAN287 Dec 4, 2024
461f6d3
trigger CI job
AYAHASSAN287 Dec 4, 2024
6213338
trigger PR
AYAHASSAN287 Dec 4, 2024
0d62121
pass image as input to yml file
AYAHASSAN287 Dec 4, 2024
ff784be
trigger PR
AYAHASSAN287 Dec 4, 2024
5fc922a
trigger PR
AYAHASSAN287 Dec 4, 2024
d3f0275
Change node1 name
AYAHASSAN287 Dec 4, 2024
a9872d5
trigger PR
AYAHASSAN287 Dec 4, 2024
2e44434
Change yml file name
AYAHASSAN287 Dec 5, 2024
2a5bff9
removing runs-on
AYAHASSAN287 Dec 5, 2024
d099b83
Change branch to master
AYAHASSAN287 Dec 12, 2024
35c6d33
change branch to master
AYAHASSAN287 Dec 12, 2024
7cfbcc1
Checkout on tag instead of master
AYAHASSAN287 Dec 15, 2024
953a3e6
Change job name to nwaku-nwaku-interop-tests
AYAHASSAN287 Dec 15, 2024
16eabe8
Test checkout on tag instead of master
AYAHASSAN287 Dec 24, 2024
143f1a5
checkout on master
AYAHASSAN287 Dec 30, 2024
05d8f2f
Check on tag name
AYAHASSAN287 Jan 14, 2025
b4b8acc
add ref tag name in yml file
AYAHASSAN287 Jan 14, 2025
26f8c3c
revert change of checkout on tag
AYAHASSAN287 Jan 14, 2025
c26629e
Merge branch 'master' into QA_temp_branch
AYAHASSAN287 Jan 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ jobs:
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
secrets: inherit

QA_tests:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's name it somthing more suggestive, ex:
nwaku-nwaku-interop-tests
because we will also have at some point

nwaku-gowaku-interop-tests

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

needs: build-docker-image
uses: waku-org/waku-interop-tests/.github/workflows/nim_waku_PR.yml@smoke_tests
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't forget to update the branch when the interop PR get's merged to master

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

with:
node_nwaku: ${{ needs.build-docker-image.outputs.image }}

secrets: inherit


js-waku-node:
needs: build-docker-image
uses: waku-org/js-waku/.github/workflows/test-node.yml@master
Expand Down
Loading