Skip to content
Merged
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
3 changes: 0 additions & 3 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ plugins:
out: packages/discovery-provider/src/tasks/core/audiusd_gen
- remote: buf.build/protocolbuffers/python:v28.3
out: packages/discovery-provider/src/tasks/core/audiusd_gen
- remote: buf.build/bufbuild/es:v2.2.3
opt: target=ts
out: packages/discovery-provider/plugins/pedalboard/gen/audiusd-sdk
9 changes: 0 additions & 9 deletions dev-tools/audius-compose
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ audius-creator-node-1 audius-creator-node-2 audius-creator-node-3 \
audius-identity-service-1 \
audius-solana-test-validator-1 \
audius-eth-ganache-1 \
audius-pedalboard \
audius-anti-abuse-oracle-1 \
audius-discovery-provider-redis-1 \
audius-api \
Expand Down Expand Up @@ -344,12 +343,6 @@ def load_env(protocol_dir, service, environment):
is_flag=True,
help="Bring up discovery provider notifications container",
)
@click.option(
"-p",
"--pedalboard",
is_flag=True,
help="Bring up the pedalboard containers",
)
@click.option("-a", "--args", type=str, multiple=True)
@click.option(
"--prod",
Expand All @@ -367,7 +360,6 @@ def up(
block_explorer,
anti_abuse_oracle,
notifs,
pedalboard,
args,
prod,
services,
Expand All @@ -384,7 +376,6 @@ def up(
*(["--profile=block-explorer"] if block_explorer else []),
*(["--profile=elasticsearch"] if elasticsearch_replicas else []),
*(["--profile=notifications"] if notifs else []),
*(["--profile=pedalboard"] if pedalboard else []),
"--profile=storage",
"--profile=libs",
"--profile=solana",
Expand Down
8 changes: 0 additions & 8 deletions dev-tools/compose/Dockerfile.notifications-test

This file was deleted.

46 changes: 0 additions & 46 deletions dev-tools/compose/docker-compose.pedalboard.dev.yml

This file was deleted.

67 changes: 0 additions & 67 deletions dev-tools/compose/docker-compose.pedalboard.prod.yml

This file was deleted.

31 changes: 0 additions & 31 deletions dev-tools/compose/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,37 +384,6 @@ services:
- tests
- identity

# Pedalboard @pedalboard/notifications (Jest). Mount PEDALBOARD_ROOT or default ../pedalboard next to apps repo.
test-notifications:
user: ${DOCKER_UID:-root}:${DOCKER_GID:-root}
build:
context: .
dockerfile: Dockerfile.notifications-test
image: audius-test-notifications:local
working_dir: /pedalboard
volumes:
- ${PEDALBOARD_ROOT:-${PROJECT_ROOT}/../pedalboard}:/pedalboard
environment:
DN_DB_URL: 'postgresql://postgres:postgres@discovery-provider-db:5432/discovery_provider'
IDENTITY_DB_URL: 'postgresql://postgres:postgres@identity-service-db:5432/identity_service'
AUDIUS_REDIS_URL: 'redis://discovery-provider-redis:6379/0'
entrypoint: >-
sh -c '[ ! "$$1" = "test" ] && sleep inf ||
(shift; set -e; npm ci --no-audit --fund=false; cd apps/notifications; exec npm test -- "$$@")' -
command: ''
depends_on:
test-discovery-provider-migrations:
condition: service_completed_successfully
test-identity-service-migrations:
condition: service_completed_successfully
discovery-provider-redis:
condition: service_healthy
logging: *default-logging
deploy:
mode: global
profiles:
- tests

volumes:
poa-contracts-abis:
eth-contracts-abis:
Expand Down
20 changes: 0 additions & 20 deletions dev-tools/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ x-common: &common
- "audius-identity-service-1:host-gateway"
- "audius-solana-test-validator-1:host-gateway"
- "audius-eth-ganache-1:host-gateway"
- "audius-pedalboard:host-gateway"
- "audius-api:host-gateway"
- "audius-api-elasticsearch:host-gateway"
- "node1.oap.devnet:host-gateway"
Expand Down Expand Up @@ -165,25 +164,6 @@ services:
service: healthz
<<: *common

# Pedalboard (plugins)
staking:
extends:
file: docker-compose.pedalboard.${DOCKERCOMPOSE_ENV_TYPE:-dev}.yml
service: staking
<<: *common

anti-abuse:
extends:
file: docker-compose.pedalboard.${DOCKERCOMPOSE_ENV_TYPE:-dev}.yml
service: anti-abuse
<<: *common

archiver:
extends:
file: docker-compose.pedalboard.${DOCKERCOMPOSE_ENV_TYPE:-dev}.yml
service: archiver
<<: *common

# Blockchain

eth-ganache:
Expand Down
1 change: 0 additions & 1 deletion dev-tools/environment/api.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ runMigrations=true
delegatePrivateKey=21118f9a6de181061a2abd549511105adb4877cf9026f271092e6813b7cf58ab
readDbUrl=postgresql://postgres:postgres@db:5432/discovery_provider_1
writeDbUrl=postgresql://postgres:postgres@db:5432/discovery_provider_1
antiAbuseOracle=http://audius-anti-abuse-oracle-1:8000
antiAbuseOracleAddress=0xF0D5BC18421fa04D0a2A2ef540ba5A9f04014BE3
solanaFeePayerKeys=4Qs6go7q8pnEwoxbLP3PD1nvZif5mnfA9kPAxgsGAqX1cDYMFMjEQVyTLEsq8HP8K5qePAjsfj1cyGPhgdt582Gv
solanaRpcProviders=http://solana-test-validator:8899
Expand Down
Loading
Loading