Skip to content

Commit

Permalink
Revert "[Temp] Run provider tests in PRs temporarily to test this PR"
Browse files Browse the repository at this point in the history
This reverts commit 41babdf.
  • Loading branch information
jimmykarily committed Sep 13, 2023
1 parent 41babdf commit 65c97bd
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/image-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,50 +87,3 @@ jobs:
- "remote-static"
- "remote-https-pinned"
- "remote-https-bad-cert"
standard:
uses: ./.github/workflows/reusable-build-provider.yaml
with:
flavor: ${{ matrix.flavor }}
strategy:
fail-fast: false
matrix:
flavor:
- "opensuse-leap"
- "alpine-opensuse-leap"
various:
uses: ./.github/workflows/reusable-provider-tests.yaml
with:
flavor: ${{ matrix.flavor }}
label: ${{ matrix.label }}
needs:
- standard
strategy:
fail-fast: false
max-parallel: 2
matrix:
label:
- "provider-qrcode-install"
- "provider-upgrade"
- "provider-decentralized-k8s"
- "provider-upgrade-k8s"
flavor:
- "opensuse-leap"
- "alpine-opensuse-leap"
exclude: # looks like only the k8s stuff is tested on both flavors
- label: "provider-qrcode-install"
flavor: "alpine-opensuse-leap"
- label: "provider-upgrade"
flavor: "alpine-opensuse-leap"
standard-upgrade-latest:
uses: ./.github/workflows/reusable-provider-upgrade-latest-test.yaml
with:
flavor: ${{ matrix.flavor }}
needs:
- standard
strategy:
fail-fast: false
max-parallel: 2
matrix:
flavor:
- "opensuse-leap"
- "alpine-opensuse-leap"

0 comments on commit 65c97bd

Please sign in to comment.