Skip to content

Commit e72a6c3

Browse files
guusdkFishbowler
authored andcommitted
CI: rename 'smack' tests into 'XMPP testing framework'
This isn't strictly needed, but it's slightly more correct and serves as a nice way for me to kick off a build that should pick up the latest changes of that framework.
1 parent 26da20d commit e72a6c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ jobs:
237237
if: ${{ always() && steps.startCIServer.conclusion == 'success' }} # TODO figure out if this is correct. The intent is to have the server stopped if it was successfully started, even if the tests fail. Failing tests should still cause the job to fail.
238238
uses: ./.github/actions/stopserver-action
239239

240-
smack:
241-
name: Execute Smack-based CI tests
240+
xitf:
241+
name: Execute XMPP Interop Testing Framework
242242
runs-on: ubuntu-latest
243243
needs: build
244244

@@ -260,7 +260,7 @@ jobs:
260260
uses: ./.github/actions/startserver-action
261261
with:
262262
logLevel: debug
263-
- name: Run Smack tests against server
263+
- name: Run XMPP Interop Testing Framework tests against server
264264
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@main # TODO replace 'main' with a proper versioned tag, like 'v1'.
265265
with:
266266
domain: 'example.org'
@@ -698,7 +698,7 @@ jobs:
698698
publish-maven:
699699
name: Publish to Maven
700700
runs-on: ubuntu-latest
701-
needs: [aioxmpp, connectivity, smack, check_branch, hsqldb-install, hsqldb-upgrade, sqlserver-install, sqlserver-upgrade, postgres-install, postgres-upgrade, mysql-install, mysql-upgrade, oracle-install, oracle-upgrade]
701+
needs: [aioxmpp, connectivity, xitf, check_branch, hsqldb-install, hsqldb-upgrade, sqlserver-install, sqlserver-upgrade, postgres-install, postgres-upgrade, mysql-install, mysql-upgrade, oracle-install, oracle-upgrade]
702702
if: ${{github.repository == 'igniterealtime/Openfire' && github.event_name == 'push' && needs.check_branch.outputs.is_publishable_branch == 'true'}}
703703

704704
steps:
@@ -725,7 +725,7 @@ jobs:
725725
build-and-push-docker:
726726
name: Publish to GitHub's Docker registry
727727
runs-on: ubuntu-latest
728-
needs: [aioxmpp, connectivity, smack, check_branch, hsqldb-install, hsqldb-upgrade, sqlserver-install, sqlserver-upgrade, postgres-install, postgres-upgrade, mysql-install, mysql-upgrade, oracle-install, oracle-upgrade]
728+
needs: [aioxmpp, connectivity, xitf, check_branch, hsqldb-install, hsqldb-upgrade, sqlserver-install, sqlserver-upgrade, postgres-install, postgres-upgrade, mysql-install, mysql-upgrade, oracle-install, oracle-upgrade]
729729
if: |
730730
github.event_name == 'push' &&
731731
(contains(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main')

0 commit comments

Comments
 (0)