Prashant Shahi bcacb1d2b0
ci(gh-workflows): 👷 bump up versions and minor updates (#2923)
* ci(gh-workflows): 👷 bump up versions and minor updates

* ci(gh-workflows): 👷 bump up versions of verify-linked-issue-action to v0.71

* ci(e2e-k3s): 👷 use ipconfig instead

* ci(remove-label): 👷 create separate step for remove label

---------

Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-06-16 22:22:11 +05:30
..
2022-06-14 20:50:13 +05:30
2022-01-08 12:44:14 +05:30

Github actions

Testing the UI manually on each PR

First we need to make sure the UI is ready

  • Check the Start tunnel step in e2e-k8s/deploy-on-k3s-cluster job and make sure you see your url is: https://pull-<number>-signoz.loca.lt
  • This job will run until the PR is merged or closed to keep the local tunneling alive
    • github will cancel this job if the PR wasn't merged after 6h
    • if the job was cancel, go to the action and press Re-run all jobs

Now you can open your browser at https://pull--signoz.loca.lt and check the UI.

Environment Variables

To run GitHub workflow, a few environment variables needs to add in GitHub secrets

Variables Description Example
REPONAME Provide the DockerHub user/organisation name of the image. signoz
DOCKERHUB_USERNAME Docker hub username signoz
DOCKERHUB_TOKEN Docker hub password/token with push permission ****
SONAR_TOKEN SonarCloud token ****