Skip to content

Commit

Permalink
Removing Dev ES instance reference (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishnu Challa <[email protected]>
Co-authored-by: Vishnu Challa <[email protected]>
  • Loading branch information
vishnuchalla and Vishnu Challa authored Oct 8, 2024
1 parent fd4c2d7 commit ac1b7bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI tests
on:
workflow_call:
workflow_dispatch:
pull_request_target:
types: [opened, edited, synchronize, reopened, labeled]
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-ocp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Execute tests on OCP
on:
workflow_dispatch:
workflow_call:
secrets:
OPENSHIFT_SERVER:
Expand Down Expand Up @@ -57,3 +58,4 @@ jobs:
OPENSHIFT_SERVER: ${{ secrets.OPENSHIFT_SERVER }}
OPENSHIFT_USER: ${{ secrets.OPENSHIFT_USER }}
OPENSHIFT_PASSWORD: ${{ secrets.OPENSHIFT_PASSWORD }}
PERFSCALE_PROD_ES_SERVER: ${{ secrets.PERFSCALE_PROD_ES_SERVER }}
2 changes: 1 addition & 1 deletion test/test-ocp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load helpers.bash
setup_file() {
cd ocp
export BATS_TEST_TIMEOUT=600
export ES_SERVER="https://search-perfscale-dev-chmf5l4sh66lvxbnadi4bznl3a.us-west-2.es.amazonaws.com"
export ES_SERVER="$PERFSCALE_PROD_ES_SERVER"
export ES_INDEX="kube-burner-ocp"
trap print_events ERR
setup-prometheus
Expand Down

0 comments on commit ac1b7bf

Please sign in to comment.