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 28 commits into
base: master
Choose a base branch
from
Open

Conversation

AYAHASSAN287
Copy link
Collaborator

Description

this is temp branch to test new workflow

Changes

  • ...
  • ...

Copy link

github-actions bot commented Dec 4, 2024

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:3193

Built from d0ecc16

@@ -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

@@ -126,6 +126,15 @@ jobs:
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
secrets: inherit

QA_tests:
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

@Ivansete-status Ivansete-status changed the title Adding new job in the CI.yml file chore: adding new job in the CI.yml file Dec 5, 2024
@NagyZoltanPeter
Copy link
Contributor

@AYAHASSAN287 : Please add one or more reviewers from nwaku team. We need at least two approval to be able to merge.

@@ -126,6 +126,15 @@ jobs:
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
secrets: inherit

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

Choose a reason for hiding this comment

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

Instead of using master I think it is better to use a fixed tag so that the changes in your master doesn't impact our CI :)

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

@@ -126,6 +126,15 @@ jobs:
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
secrets: inherit

nwaku-nwaku-interop-tests:
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.

do we have such branch on waku-interop-tests side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants