Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions .github/workflows/sub_extended_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,6 @@ jobs:
- name: Run Kafka, Postgres, and Sep24 UI with docker compose
run: docker compose -f /home/runner/anchor-platform/service-runner/src/main/resources/docker-compose-test.yaml up -d --build

# `custody` Tests
- name: Start `custody` configuration
env:
TEST_PROFILE_NAME: custody
KT_REFERENCE_SERVER_CONFIG: /home/runner/anchor-platform/service-runner/src/main/resources/config/reference-config.yaml
run: |
cd /home/runner/anchor-platform
./gradlew startServersWithTestProfile &
echo "PID=$!" >> $GITHUB_ENV

- name: Wait for the sep server to start and get ready
uses: mydea/action-wait-for-api@v1
with:
url: "http://localhost:8080/.well-known/stellar.toml"
interval: "1"

- name: Run `custody` configuration tests
env:
TEST_PROFILE_NAME: custody
run: |
cd /home/runner/anchor-platform
./gradlew :service-runner:clean :extended-tests:clean :extended-tests:test --tests org.stellar.anchor.platform.suite.CustodyTestSuite
kill -9 $PID

# `rpc` Tests
- name: Start `rpc` configuration
env:
Expand All @@ -112,54 +88,6 @@ jobs:
./gradlew :extended-tests:test --tests org.stellar.anchor.platform.suite.RpcTestSuite
kill -9 $PID

# `auth-apikey-custody` Tests
- name: Start `auth-apikey-custody` configuration
env:
TEST_PROFILE_NAME: auth-apikey-custody
KT_REFERENCE_SERVER_CONFIG: /home/runner/anchor-platform/service-runner/src/main/resources/config/reference-config.yaml
run: |
cd /home/runner/anchor-platform
./gradlew startServersWithTestProfile &
echo "PID=$!" >> $GITHUB_ENV

- name: Wait for the custody server to start and get ready
uses: mydea/action-wait-for-api@v1
with:
url: "http://localhost:8086/health"
interval: "1"

- name: Run `auth-apikey-custody` configuration tests
env:
TEST_PROFILE_NAME: auth-apikey-custody
run: |
cd /home/runner/anchor-platform
./gradlew :extended-tests:test --tests org.stellar.anchor.platform.suite.AuthApikeyCustodyTestSuite
kill -9 $PID

# `auth-jwt-custody` Tests
- name: Start `auth-jwt-custody` configuration
env:
TEST_PROFILE_NAME: auth-jwt-custody
KT_REFERENCE_SERVER_CONFIG: /home/runner/anchor-platform/service-runner/src/main/resources/config/reference-config.yaml
run: |
cd /home/runner/anchor-platform
./gradlew startServersWithTestProfile &
echo "PID=$!" >> $GITHUB_ENV

- name: Wait for the custody server to start and get ready
uses: mydea/action-wait-for-api@v1
with:
url: "http://localhost:8086/health"
interval: "1"

- name: Run `auth-jwt-custody` configuration tests
env:
TEST_PROFILE_NAME: auth-jwt-custody
run: |
cd /home/runner/anchor-platform
./gradlew :extended-tests:test --tests org.stellar.anchor.platform.suite.AuthJwtCustodyTestSuite
kill -9 $PID

# `auth-apikey-platform` Tests
- name: Start `auth-apikey-platform` configuration
env:
Expand Down
21 changes: 0 additions & 21 deletions .run/Custody Server_ custody.run.xml

This file was deleted.

24 changes: 0 additions & 24 deletions .run/Test Profile_ auth-apikey-custody.run.xml

This file was deleted.

24 changes: 0 additions & 24 deletions .run/Test Profile_ auth-jwt-custody.run.xml

This file was deleted.

24 changes: 0 additions & 24 deletions .run/Test Profile_ custody.run.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading