Skip to content

Commit

Permalink
Merge branch 'master' into test-vlan-config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann authored Jul 17, 2024
2 parents ba6abe0 + 1a87d71 commit 5094dcd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
name: Run tests
runs-on: self-hosted

strategy:
matrix:
flavors:
- name: cumulus
- name: sonic

steps:
- name: Gain back workspace permissions # https://github.com/actions/checkout/issues/211
run: |
Expand Down Expand Up @@ -64,6 +70,7 @@ jobs:
tags: ${{ env.MINI_LAB_SONIC_IMAGE }}
cache-from: type=registry,ref=${{ env.MINI_LAB_SONIC_IMAGE }}
cache-to: type=inline
if: ${{ matrix.flavors.name == 'sonic' }}

- name: Run integration tests
shell: bash
Expand Down

0 comments on commit 5094dcd

Please sign in to comment.