Skip to content

Commit

Permalink
Add Xanadu to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jackson committed Sep 23, 2024
1 parent 0872e1e commit e9ea071
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- "utah"
- "vancouver"
- "washington"
- "xanadu"
include:
- servicenow-version: "utah"
sn_host_secret: SN_HOST_UTAH
Expand All @@ -81,6 +82,10 @@ jobs:
sn_host_secret: SN_HOST_WASHINGTON
sn_username_secret: SN_USERNAME_WASHINGTON
sn_password_secret: SN_PASSWORD_WASHINGTON
- servicenow-version: "xanadu"
sn_host_secret: SN_HOST_XANADU
sn_username_secret: SN_USERNAME_XANADU
sn_password_secret: SN_PASSWORD_XANADU
exclude: ${{ fromJSON(inputs.matrix_exclude) }}
continue-on-error: ${{ matrix.ansible-version == 'devel' }}

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/add_xanadu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- tests - Add ServiceNow Xanadu release to test matrix

0 comments on commit e9ea071

Please sign in to comment.