Skip to content

chore: test matrix for primitive clients and expose GH secrets to test env#439

Merged
nborges-aws merged 1 commit intomainfrom
integWorkflows
Apr 27, 2026
Merged

chore: test matrix for primitive clients and expose GH secrets to test env#439
nborges-aws merged 1 commit intomainfrom
integWorkflows

Conversation

@nborges-aws
Copy link
Copy Markdown
Contributor

Recent updates/additions of primitive clients added integ tests to cover all new functionality. This PR updates CI/CD workflow to run all recently added integ tests on PRs and merged code.

Description of changes:

  • Added test matrix for policy, gateway, and identity clients
  • Updated env vars to include secrets needed to running new integ tests

Note: the primitive client updates included changes to runtime and evaluations clients as well. Existing test matrices for these clients cover the new tests, thus no additions were needed to run these. Env vars were added however

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@nborges-aws nborges-aws requested a review from a team April 27, 2026 19:11
Copy link
Copy Markdown
Contributor

@Hweinstock Hweinstock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

- group: policy
path: tests_integ/policy
timeout: 15
extra-deps: ""
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

q: are these required if they are just empty?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of the workflow steps uses ${{ matrix.extra-deps }} and ${{ matrix.ignore }}. I'm not sure if it would resolve to empty string on its own without including the blank fields in each matrix. I added the empty fields for consistency with existing matrices

@nborges-aws nborges-aws merged commit eefea80 into main Apr 27, 2026
27 of 29 checks passed
@nborges-aws nborges-aws deleted the integWorkflows branch April 27, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants