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

Add the Smoke test PR check for Che-Server repository #22047

Closed
dmytro-ndp opened this issue Mar 7, 2023 · 0 comments
Closed

Add the Smoke test PR check for Che-Server repository #22047

dmytro-ndp opened this issue Mar 7, 2023 · 0 comments
Assignees
Labels
area/qe area/quality-tiers kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. team/A This team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che

Comments

@dmytro-ndp
Copy link
Contributor

dmytro-ndp commented Mar 7, 2023

Is your task related to a problem? Please describe

Run Smoke GUI test on new pull request (PR) or new commit to pull request in repo https://github.com/eclipse-che/che-server/

Describe the solution you'd like

Create GitHub actions on pull request events to do:

  1. Build che-server image
  2. Deploy OpenShift instance on Prow Ci
  3. Install Eclipse Che next using che-server image from PR, by patching CheCluster, e.g.:
apiVersion: org.eclipse.che/v2
spec:
  components:
    cheServer:
      deployment:
        containers:
          - image: 'quay.io/crw_pr/che-server:<PR_NUMBER>'
  1. Run smoke GUI test against Eclipse Che instance
  2. Collect the logs and shutdown OpenShift instance.

Describe alternatives you've considered

No response

Additional context

No response

@dmytro-ndp dmytro-ndp added kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. area/qe team/A This team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che labels Mar 7, 2023
@ibuziuk ibuziuk mentioned this issue Mar 22, 2023
50 tasks
@ibuziuk ibuziuk moved this to 📋 Backlog in Eclipse Che Team A Backlog Apr 5, 2023
@ibuziuk ibuziuk moved this from 📋 Backlog to 📅 Planned in Eclipse Che Team A Backlog Jul 13, 2023
@svor svor moved this from 📅 Planned to 📋 Backlog in Eclipse Che Team A Backlog Oct 18, 2023
@artaleks9 artaleks9 moved this from 📋 Backlog to 📅 Planned in Eclipse Che Team A Backlog Jan 10, 2024
@artaleks9 artaleks9 added the status/in-progress This issue has been taken by an engineer and is under active development. label Jan 16, 2024
@artaleks9 artaleks9 moved this from 📅 Planned to 🚧 In Progress in Eclipse Che Team A Backlog Jan 18, 2024
@artaleks9 artaleks9 removed the status/in-progress This issue has been taken by an engineer and is under active development. label Jan 31, 2024
@artaleks9 artaleks9 moved this from 🚧 In Progress to ✅ Done in Eclipse Che Team A Backlog Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/qe area/quality-tiers kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. team/A This team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Projects
None yet
Development

No branches or pull requests

3 participants