mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
checkout on smoke_tests tag (#96)
* checkout on smoke_tests tag * MOdify pytest command * Update README.md Add steps on how to use new tag for PR tests in readme file
This commit is contained in:
parent
25b995295b
commit
1f853b3a11
4
.github/workflows/test_PR_image.yml
vendored
4
.github/workflows/test_PR_image.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: waku-org/waku-interop-tests
|
repository: waku-org/waku-interop-tests
|
||||||
|
ref: SMOKE_TESTS
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
run: |
|
run: |
|
||||||
pytest -m 'smoke' -n 4 --dist loadgroup --reruns 1 --junit-xml=pytest_results.xml
|
pytest -m 'smoke' -n 4 --dist=loadgroup --reruns 1 --junit-xml=pytest_results.xml
|
||||||
|
|
||||||
- name: Test Report
|
- name: Test Report
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
13
README.md
13
README.md
@ -20,6 +20,19 @@ pytest
|
|||||||
- Test runs via github actions
|
- Test runs via github actions
|
||||||
- [Allure Test Reports](https://waku-org.github.io/waku-interop-tests/3/) are published via github pages
|
- [Allure Test Reports](https://waku-org.github.io/waku-interop-tests/3/) are published via github pages
|
||||||
|
|
||||||
|
|
||||||
|
## CI NWAKU job
|
||||||
|
|
||||||
|
To update tests in PRs at nwaku repo following steps shall be done
|
||||||
|
|
||||||
|
- Make a tag at the desired commit on master with these 2 commands
|
||||||
|
- git tag tagname
|
||||||
|
- git push origin tagname
|
||||||
|
- Navigate to test_PR_image.yml file and modify job "tests" to explicilty use the tag in ref section
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Licensed and distributed under either of
|
Licensed and distributed under either of
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user