Skip to content

Commit

Permalink
remove duplicate file
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
  • Loading branch information
JeffreyDallas committed Dec 7, 2023
1 parent 2f106b1 commit 3771b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 130 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/flow-node-performance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ defaults:
env:
TEST_SCRIPT: ".github/workflows/support/scripts/nightly.sh"
CHECK_ACTIVE: ".github/workflows/support/scripts/loki-logs.sh"
VERSION_SERVICE : "v0.43.0"
VERSION_MIRRORNODE : "v0.90.0-rc1"
VERSION_MIRRORNODE : "custom"
K8S_CLUSTER : "gke_hedera-testing-1_us-central1-a_sandbox-perfnet6"

USERNAME: ${{ secrets.TESTING_JENKINS_API_USERNAME }}
Expand Down Expand Up @@ -124,4 +123,4 @@ jobs:
- name: Call Test Script
id: call-test-script
run: |
bash "${{ github.workspace }}/${{ env.TEST_SCRIPT }}" "${{ env.USERNAME }}" "${{ env.PASSWORD }}" "${{ env.SERVER }}" "${{ env.VERSION_SERVICE }}" "${{ env.VERSION_MIRRORNODE }}" "${{ env.K8S_CLUSTER }}"
bash "${{ github.workspace }}/${{ env.TEST_SCRIPT }}" "${{ env.USERNAME }}" "${{ env.PASSWORD }}" "${{ env.SERVER }}" "${{ steps.check-if-exist.outputs.build-version }}" "${{ env.VERSION_MIRRORNODE }}" "${{ env.K8S_CLUSTER }}"
127 changes: 0 additions & 127 deletions .github/workflows/performance-test.yaml

This file was deleted.

0 comments on commit 3771b8e

Please sign in to comment.