Skip to content

Commit

Permalink
bind to only v2.9 to check if tests pass + comment other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Jul 25, 2024
1 parent 3e5f8dd commit d05c7b9
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 193 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/extensions-compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
API: https://127.0.0.1
TEST_PROJECT_ID: rancher-dashboard
CYPRESS_API_URL: http://139.59.134.103:1234/
TEST_RUN_ID: ${{github.run_number}}-${{github.run_attempt}}-Extensions-Compatibility-Tests
TEST_RUN_ID: ${{github.run_number}}-${{github.run_attempt}}-extensions-compatibility-tests
# Build the dashboard to use in tests. When set to false it will grab `latest` from CDN (useful for running e2e tests quickly)
BUILD_DASHBOARD: true

Expand All @@ -35,7 +35,6 @@ jobs:
# ['@neuvector']
]
rancherEnv: [
'v2.8-head',
'v2.9-head',
]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -73,5 +72,5 @@ jobs:
uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: ${{github.run_number}}-${{github.run_attempt}}-screenshots-${{ matrix.role.tag }}+${{ matrix.features[0] }}
name: ${{github.run_number}}-${{github.run_attempt}}-extensions-compatibility-Tests-screenshots-${{ matrix.role.tag }}+${{ matrix.features[t] }}
path: cypress/screenshots
Loading

0 comments on commit d05c7b9

Please sign in to comment.