Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Jan 3, 2024
1 parent da3c668 commit b8e440e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/reusable-dev-acc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Reusable Dev Acceptance Tests

on:
# Runs every 2 days once at 3AM
# schedule:
# - cron: '0 21 */2 * *'
# Allows you to run this workflow manually from the Actions tab
workflow_call:
inputs:
test_case:
Expand Down Expand Up @@ -47,7 +43,7 @@ env:
HPEGL_VMAAS_LOCATION: ${{ secrets.DEV_HPEGL_VMAAS_LOCATION }}
HPEGL_VMAAS_SPACE_NAME: ${{ secrets.DEV_HPEGL_VMAAS_SPACE_NAME}}
TF_ACC: ${{ secrets.TF_ACC }}
LOG_FILE: "Terraform Log.txt"
LOG_FILE: "${{ github.event.inputs.test_case }}Terraform Log.txt"
jobs:
acc:
runs-on: ubuntu-20.04
Expand All @@ -73,6 +69,7 @@ jobs:

- name: Run Acceptance test
run: |
echo $LOG_FILE
echo "Run Date: $(date +'%Y-%m-%d Time: %H:%M:%S %z' )" >> "$LOG_FILE"
JOB_FAILED=false
for t in ${{ inputs.test_case }}; do
Expand Down

0 comments on commit b8e440e

Please sign in to comment.