Skip to content
Open
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
13 changes: 6 additions & 7 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@ GF_SECURITY_ADMIN_PASSWORD=password
GF_SECURITY_ADMIN_USER=admin
INFLUXDB_PASSWORD=password
INFLUXDB_USERNAME=admin
INFLUXDB_DB=alfalfa
INFLUXDB_DB=pacer
INFLUXDB_HOST=influxdb
INFLUXDB_HTTP_AUTH_ENABLED=true
JOB_QUEUE=Alfalfa Job Queue
JOB_QUEUE=PACER Job Queue
LOGGING=false
MONGO_INITDB_ROOT_USERNAME=admin
MONGO_INITDB_ROOT_PASSWORD=password
MONGO_INITDB_DATABASE=alfalfa
MONGO_URL=mongodb://admin:password@mongo:27017/alfalfa?authSource=admin
MONGO_INITDB_DATABASE=pacer
MONGO_URL=mongodb://admin:password@mongo:27017/pacer?authSource=admin
NODE_ENV=production
REDIS_URL=redis://redis:6379/0
S3_REGION=us-west-1
S3_BUCKET=alfalfa
S3_BUCKET=pacer
S3_URL=http://minio:9000
S3_URL_EXTERNAL=http://localhost:9000
VERSION_TAG=latest
REGISTRY_BASE_URI=ghcr.io/nrel/alfalfa
REGISTRY_BASE_URI=ghcr.io/natlabrockies/pacer-webservice
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: "ghcr.io"
REGISTRY_BASE_URI: ghcr.io/nrel/alfalfa
REGISTRY_BASE_URI: ghcr.io/nrel/pacer-webservice

jobs:
pre-commit:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Run job tests in Docker worker container
run: |
sleep 30
docker exec alfalfa-worker-1 bash -c "cd /alfalfa && poetry run pytest -m docker tests/jobs -o log_cli=true -o log_level=info"
docker exec alfalfa-worker-1 bash -c "cd /pacer && poetry run pytest -m docker tests/jobs -o log_cli=true -o log_level=info"

- name: Dump docker logs on failure
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: |
^tests/integration/models|
^lib|
^deploy|
^alfalfa_web/.babelrc|
^pacer_web/.babelrc|
^.*osm$
)

Expand Down
Empty file added Testing.MD
Empty file.
Loading
Loading