Skip to content

Commit

Permalink
move from job env var to export of env var
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Jul 17, 2023
1 parent e29e09a commit 47bfd5e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/reusable-provider-upgrade-latest-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ jobs:
fileName: '*${{ inputs.flavor }}-v*.iso'
out-file-path: ""
- name: Run tests
env:
USE_QEMU: true
KVM: true
MEMORY: 4000
CPUS: 2
DRIVE_SIZE: 30000
CONTAINER_IMAGE: ttl.sh/kairos-${{ matrix.flavor }}-${{ github.sha }}-provider:24h
run: |
export USE_QEMU=true
export KVM=true
export MEMORY=4000
export CPUS=2
export DRIVE_SIZE=30000
export CONTAINER_IMAGE=ttl.sh/kairos-${{ matrix.flavor }}-${{ github.sha }}-provider:24h
export ISO=$PWD/$(ls *.iso | head -n 1)
cp tests/go.* .
go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "provider-upgrade-latest-k8s-with-kubernetes" --fail-fast -r ./tests

0 comments on commit 47bfd5e

Please sign in to comment.