Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hadlaw <[email protected]>
  • Loading branch information
tommyp1ckles committed Jan 18, 2024
1 parent 4aef106 commit fbdc823
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Talos Conformance E2E

jobs:
setup-and-test:
# runs-on:
name: 'Setup & Test'
runs-on: ubuntu-latest-4cores-16gb
name: 'Setup & Test'
env:
json_name: 'Setup & Test'
strategy:
fail-fast: false
matrix:
include:
- name: 'kube-proxy replacement'
kube-proxy: 'iptables'
kpr: 'false'
tunnel: 'vxlan'
steps:
- name: test
run: echo "success!"

0 comments on commit fbdc823

Please sign in to comment.