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

[Merged by Bors] - Experimental: [WIP] Test a new enviroment to run the systest #6512

Closed
wants to merge 6 commits into from

Commits on Dec 3, 2024

  1. Experimental: [WIP] Test a new enviroment to run the systest

    Add the new test  cluster
    
    Refactor GitHub Actions workflow for system tests:
    - Now the systest will run in two clusters at the same time
    - The Node pool creation and the docker image build had their own step to optimize the pipeline time.
    
    This refactor aims to streamline the CI/CD pipeline and enhance the reliability of system tests.
    Davi Mello committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    bc2b43e View commit details
    Browse the repository at this point in the history
  2. Fix one of the systest-dedicated-cluster:.needs

    Davi Mello committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b193d3a View commit details
    Browse the repository at this point in the history
  3. ..

    Davi Mello committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    9327d49 View commit details
    Browse the repository at this point in the history
  4. allow the systest to have two success possibilities.

    - current cluster
    - new cluster
    
    And will only fails if both of them fails
    Davi Mello committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    3aac0eb View commit details
    Browse the repository at this point in the history
  5. Fix the systest node affinity and storageClass

    Davi Mello committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    6cbb35c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e09a63b View commit details
    Browse the repository at this point in the history