Skip to content

Commit

Permalink
DNM
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Sep 19, 2024
1 parent 187f5bf commit e7ce2a3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: test base images
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
push:
branches:
- dkoshkin/feat-oraclelinux-9.4
jobs:
base_image_tests:
runs-on:
Expand All @@ -19,13 +17,11 @@ jobs:
with:
ref: "${{ github.event.pull_request.head.sha }}"
- name: Setup requirements
if: contains(github.event.pull_request.labels.*.name, 'integration_test')
run: |
sudo apt-get update && sudo apt-get -y install xorriso
curl -L -o - "https://github.com/vmware/govmomi/releases/latest/download/govc_$(uname -s)_$(uname -m).tar.gz" | sudo tar -C /usr/local/bin -xvzf - govc
- name: Run integration tests for ${{ matrix.os }}
run: make ${{ matrix.os }}-test
if: contains(github.event.pull_request.labels.*.name, 'integration_test')
env:
VSPHERE_USERNAME: ${{ secrets.VSPHERE_SRE_USERNAME }}
VSPHERE_PASSWORD: ${{ secrets.VSPHERE_SRE_PASSWORD }}
Expand Down

0 comments on commit e7ce2a3

Please sign in to comment.