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

Remove special-casing for TestPulumiExamples #1211

Open
blampe opened this issue Dec 11, 2024 · 0 comments
Open

Remove special-casing for TestPulumiExamples #1211

blampe opened this issue Dec 11, 2024 · 0 comments
Labels
kind/engineering Work that is not visible to an external user

Comments

@blampe
Copy link
Contributor

blampe commented Dec 11, 2024

TestPulumiExamples is an integration test specific to azure-native. It runs tests against the p/examples, which is very cool, but ci-mgmt doesn't need to know anything about it.

Additionally, checks for matrix.testTarget == 'pulumiExamples' are not needed. If a repository needs to consume the examples repo it can include it as a submodule.

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Dec 11, 2024
@iwahbe iwahbe added kind/engineering Work that is not visible to an external user and removed needs-triage Needs attention from the triage team labels Dec 12, 2024
github-merge-queue bot pushed a commit that referenced this issue Dec 12, 2024
* Updates `test-provider/aws/.ci-mgmt.yaml` to what's currently
checked-in.
* Consolidates test jobs into a shared workflow using
`run-acceptance-tests` as the starting point.

`extraTests` are included in the shared workflow mostly for simplicity.
This will break aws because those tests will specify `needs:` that are
no longer valid. We can fix that manually or just remove these extra
tests (pulumi/pulumi-aws#4910,
pulumi/pulumi-aws#4909).

No special treatment is given to TestPulumiExamples. We're not using
this outside of azure-native, and it should really just be treated like
any other integration test
#1211. If we don't want these
tests to run in certain workflows then we should expose some info to let
them `t.Skip` themselves.

Fixes #1034
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

3 participants