Skip to content

Commit

Permalink
fix(ci/tests): fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Feb 3, 2023
1 parent 2bf91b7 commit aff3774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/robot-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,15 @@ jobs:
env:
version: ${{ needs.create-version.outputs.version }}
success: ${{ needs.robot-test.outputs.success }}
if: ${{ env.success }} == 1
runs-on: [self-hosted, common]
strategy:
matrix:
distrib: [el9]
name: deliver ${{ matrix.distrib }}
steps:
- name: Tests in success
if: ${{ env.success }} != 1
run: exit 1
- name: Checkout sources
uses: actions/checkout@v3

Expand Down

1 comment on commit aff3774

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
0 23 0 23 0

Failed Tests

Name Message ⏱️ Duration Suite
BAPBSTATUS Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.027 s Bam Pb
BABEST_SERVICE_CRITICAL Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BA_IMPACT_2KPI_SERVICES Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BA_RATIO_PERCENT_BA_SERVICE Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BA_RATIO_NUMBER_BA_SERVICE Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BA_BOOL_KPI Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BEPB_DIMENSION_BV_EVENT Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BEPB_DIMENSION_BA_EVENT Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BEPB_DIMENSION_BA_BV_RELATION_EVENT Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.025 s Bam Pb
BEPB_DIMENSION_TIMEPERIOD Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.026 s Bam Pb
BEPB_DIMENSION_KPI_EVENT Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BEPB_KPI_STATUS Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BEPB_BA_DURATION_EVENT Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.024 s Bam Pb
BEPB_DIMENSION_BA_TIMEPERIOD_RELATION Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.025 s Bam Pb
BEPB_DIMENSION_TRUNCATE_TABLE Setup failed: OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.025 s Bam Pb
BEBAMIDT1 OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.054 s Inherited Downtime
BEBAMIDT2 OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.045 s Inherited Downtime
BEBAMIGNDT1 OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.056 s Inherited Downtime
BEBAMIGNDT2 OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.044 s Inherited Downtime
BEBAMIDTU1 OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.044 s Pb Inherited Downtime
BEBAMIDTU2 OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.045 s Pb Inherited Downtime
BEBAMIGNDTU1 OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.054 s Pb Inherited Downtime
BEBAMIGNDTU2 OperationalError: (1698, "Access denied for user 'root'@'localhost'") 0.047 s Pb Inherited Downtime

Please sign in to comment.