-
-
Notifications
You must be signed in to change notification settings - Fork 746
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
cognifloyd
wants to merge
8
commits into
master
Choose a base branch
from
pants-itests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1bf132 - Browse repository at this point
Copy the full SHA c1bf132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0fd65 - Browse repository at this point
Copy the full SHA 4e0fd65View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a7cd72d - Browse repository at this point
Copy the full SHA a7cd72dView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 8fb0deb - Browse repository at this point
Copy the full SHA 8fb0debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85da1cb - Browse repository at this point
Copy the full SHA 85da1cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4007f0d - Browse repository at this point
Copy the full SHA 4007f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6fcb6 - Browse repository at this point
Copy the full SHA ec6fcb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 432a6ca - Browse repository at this point
Copy the full SHA 432a6caView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.