Skip to content

Commit

Permalink
removed harvest test from GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelp1986 committed Feb 2, 2024
1 parent e0a529f commit 8b3da40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/automated-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,3 @@ jobs:
docker compose \
--ansi never --profile int-registry-batch-loader \
run --rm --no-TTY reg-api-integration-test-with-wait
-
name: Harvest Testing
run: |
tag_name="${{ steps.harvest.outputs.tag_name }}"
tag_name="${tag_name#v}"
${{ runner.temp }}/harvest-$tag_name/bin/harvest --version
# registry#226 As a system, I can support up to 25 simultaneous writes from Harvest
# cd $GITHUB_WORKSPACE/docker/scripts
# python harvest_stress_test.py --command "harvest_command_here" --runs 25
2 changes: 1 addition & 1 deletion docker/postman/postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1365,4 +1365,4 @@
"type": "string"
}
]
}
}

0 comments on commit 8b3da40

Please sign in to comment.