Skip to content

Commit

Permalink
bump ci for the new liqo
Browse files Browse the repository at this point in the history
  • Loading branch information
aleoli committed Jul 2, 2024
1 parent 26e5e6e commit 9268483
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
types:
- test-command
- build-command

jobs:
configure:
name: Preliminary configuration
Expand Down Expand Up @@ -39,10 +38,14 @@ jobs:
echo "master=false" >> $GITHUB_OUTPUT
echo "architectures=linux/amd64,linux/arm64" >> $GITHUB_OUTPUT
echo "commit-ref=${{ steps.get_version.outputs.VERSION }}" >> $GITHUB_OUTPUT
else
elif [ "${{ github.ref_name }}" == "master" ]; then
echo "master=true" >> $GITHUB_OUTPUT
echo "architectures=linux/amd64,linux/arm64" >> $GITHUB_OUTPUT
echo "commit-ref=${{ github.sha }}" >> $GITHUB_OUTPUT
else
echo "master=false" >> $GITHUB_OUTPUT
echo "architectures=linux/amd64" >> $GITHUB_OUTPUT
echo "commit-ref=${{ github.sha }}" >> $GITHUB_OUTPUT
fi
# The suffix to append to the repository name if not triggered by a push for a release
Expand Down Expand Up @@ -76,19 +79,21 @@ jobs:
fail-fast: false
matrix:
component:
- auth-service
- cert-creator
- crd-replicator
- ipam
- liqo-controller-manager
- discovery
- liqonet
- webhook
- uninstaller
- virtual-kubelet
- metric-agent
- telemetry
- proxy
- gateway
- gateway/wireguard
- gateway/geneve
- fabric
steps:

- name: Set up QEMU
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 9268483

Please sign in to comment.