Skip to content

Commit

Permalink
Update self_runner_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christabone authored Jun 22, 2024
1 parent 498b27c commit 22865f6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/self_runner_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
DOCKER_PULL_TAG: "stage" # Adjust as needed
run: echo "NEO_ENV_IMAGE=${{ env.REGISTRY }}/agr_neo4j_env:${{ env.DOCKER_PULL_TAG }}" >> $GITHUB_ENV

- name: Debug NEO_ENV_IMAGE
run: echo "NEO_ENV_IMAGE=$NEO_ENV_IMAGE"
# - name: Debug NEO_ENV_IMAGE
# run: echo "NEO_ENV_IMAGE=$NEO_ENV_IMAGE"

- name: Pull Neo4j Env Image
run: docker pull $NEO_ENV_IMAGE

- name: Run Neo4j
env:
NEO_SERVER_NAME: "stage-neo4j.alliancegenome.org"
LOG_SERVER_ADDRESS: "udp://logserver.example.com:12201"
# LOG_SERVER_ADDRESS: "udp://logserver.example.com:12201"
NEO_VOLUME_NAME: "/data"
NET: "host"
NEO_MAX_HEAP: "31GB"
Expand All @@ -73,8 +73,3 @@ jobs:
-e NEO4J_db_memory_transaction_max=${{ env.NEO_TRANSACTION }} \
-e NEO4J_AUTH=${{ env.NEO4J_AUTH }} \
$NEO_ENV_IMAGE
- name: Checkout repository
uses: actions/checkout@v2
with:
repository: alliance-genome/agr_loader

0 comments on commit 22865f6

Please sign in to comment.