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

pants ci: add integration tests jobs #6273

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

pants ci: add integration tests jobs #6273

wants to merge 8 commits into from

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    c1bf132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e0fd65 View commit details
    Browse the repository at this point in the history
  3. pants ci: add integration tests job

    pants `--tag=...` notes:
    `--tags=abc,def` (a csv list):
        is an OR condition (either `abc` tag, or `def` tag, or both).
    `--tags=abc --tag=def` (multiple entries):
        is an AND condition (Both `abc` tag AND `def` tag).
    
    So, we use `--tag=integration --tag=-st2cluster` to select targets
    that have the `integration` tag AND do NOT have the `st2cluster` tag.
    cognifloyd committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a7cd72d View commit details
    Browse the repository at this point in the history
  4. pants ci: orquesta (uses=st2cluster) itests

    pants `--tag=...` notes:
    `--tags=abc,def` (a csv list):
        is an OR condition (either `abc` tag, or `def` tag, or both).
    `--tags=abc --tag=def` (multiple entries):
        is an AND condition (Both `abc` tag AND `def` tag).
    
    So, we use `--tag=integration --tag=st2cluster` to select targets
    that have the `integration tag AND the `st2cluster` tag.
    (The other integration test job excludes the st2cluster tagged targets).
    cognifloyd committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8fb0deb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85da1cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4007f0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec6fcb6 View commit details
    Browse the repository at this point in the history
  8. update changelog entry

    cognifloyd committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    432a6ca View commit details
    Browse the repository at this point in the history