Skip to content

Commit

Permalink
Merge branch 'main' into remove_ti_option
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNuke authored Apr 21, 2024
2 parents 5afef0c + eb4eb12 commit f310a73
Show file tree
Hide file tree
Showing 35 changed files with 214 additions and 839 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.23.17@sha256:14d0a9a892b943866d7e6be119a06871291c517d279aedb816a4b4bc0ec0a5b3
image: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."docker.io"]
Expand All @@ -88,7 +88,7 @@ jobs:
# Enabled additional unsafe sysctls to support the negative spec test for sysctls
nodes:
- role: control-plane
image: kindest/node:v1.23.17@sha256:14d0a9a892b943866d7e6be119a06871291c517d279aedb816a4b4bc0ec0a5b3
image: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
kubeadmConfigPatches:
- |
kind: KubeletConfiguration
Expand Down Expand Up @@ -196,9 +196,6 @@ jobs:
LOG_LEVEL=info crystal spec --warnings none --tag ${{ matrix.spec }} -v
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v2
- name: Delete Cluster
if: ${{ always() }}
run: |
Expand Down Expand Up @@ -298,6 +295,7 @@ jobs:
echo "DOCKER USER RATE LIMIT: $AUTH_RATE_LIMIT"
LOG_LEVEL=info crystal spec --warnings none --tag ${{ matrix.tag }} -v
build:
name: Build Release
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
| Slávo Vaľko | [svteb](https://github.com/svteb) | [Tietoevry](https://www.tietoevry.com/) |
| Juraj Haško | [haskojur](https://github.com/haskojur) | [Tietoevry](https://www.tietoevry.com/) |
| Barbora Müller | [barmull](https://github.com/barmull) | [Tietoevry](https://www.tietoevry.com/) |
| Olivier Smith | [smitholi67](https://github.com/smitholi67) | [MATRIXX Software](https://www.matrixx.com/) |

### Emeritus Maintainer
| Name | GitHub ID | Affiliation |
Expand Down
7 changes: 7 additions & 0 deletions example-cnfs/coredns/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ helm_repository: # CONFIGURATION OF HELM REPO - ONLY NEEDED WHEN USING helm_char
#helm_directory: coredns # PATH_TO_CNFS_HELM_CHART ; or
#manifest_directory: coredns # PATH_TO_DIRECTORY_OF_CNFS_MANIFEST_FILES ; or
release_name: coredns # DESIRED_HELM_RELEASE_NAME
helm_install_namespace: cnfspace
container_names:
- name: coredns
rolling_update_test_tag: "1.8.0"
rolling_downgrade_test_tag: 1.6.7
rolling_version_change_test_tag: 1.8.0
rollback_from_tag: 1.8.0
1 change: 1 addition & 0 deletions example-cnfs/envoy/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ helm_repository:
repo_url: https://cncf.gitlab.io/stable
helm_chart: stable/envoy
allowlist_helm_chart_container_names: [nginx, envoy, calico-node, kube-proxy, nginx-proxy, node-cache]
helm_install_namespace: cnfspace
1 change: 1 addition & 0 deletions example-cnfs/ip-forwarder/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ release_name: vpp
service_name: ""
rolling_update_test_tag: latest
allowlist_helm_chart_container_names: [nginx, calico-node, kube-proxy, nginx-proxy, node-cache, kube-multus]
helm_install_namespace: cnfspace
1 change: 1 addition & 0 deletions example-cnfs/nsm/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ helm_repository:
name: stable
repo_url: https://cncf.gitlab.io/stable
allowlist_helm_chart_container_names: []
helm_install_namespace: cnfspace
1 change: 1 addition & 0 deletions example-cnfs/pantheon-nsm-nat/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ helm_directory: nat-cnf
release_name: cnf-nat
service_name:
allowlist_helm_chart_container_names: [node-cache, nginx, coredns, calico-node, kube-proxy, nginx-proxy, kube-multus]
helm_install_namespace: cnfspace
1 change: 1 addition & 0 deletions example-cnfs/vpp-3c2n-csp-use-case/cnf-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
helm_directory: csp
release_name: ip-forwarder-csp
allowlist_helm_chart_container_names: [nginx, calico-node, kube-proxy, nginx-proxy, node-cache]
helm_install_namespace: cnfspace
18 changes: 0 additions & 18 deletions sample-cnfs/ndn-reasonable-image-size/chart/Chart.yaml

This file was deleted.

Empty file.
32 changes: 0 additions & 32 deletions sample-cnfs/ndn-reasonable-image-size/chart/templates/_helpers.tpl

This file was deleted.

This file was deleted.

118 changes: 0 additions & 118 deletions sample-cnfs/ndn-reasonable-image-size/chart/templates/deployment.yaml

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions sample-cnfs/ndn-reasonable-image-size/chart/templates/service.yaml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f310a73

Please sign in to comment.