Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🔥 Apply carried patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanfx committed Mar 18, 2020
1 parent 9f33d82 commit ba52185
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openshift/release/knative-eventing-ci.yaml
Expand Up @@ -68,10 +68,12 @@ rules:
resources:
- channels
- channels/status
- channels/finalizers
verbs:
- get
- list
- watch
- update
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -2526,3 +2528,17 @@ spec:
limits:
cpu: 2200m
memory: 2048Mi
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: eventing-webhook
namespace: knative-eventing
labels:
app: eventing-webhook
spec:
podSelector:
matchLabels:
app: eventing-webhook
ingress:
- {}
1 change: 1 addition & 0 deletions test/e2e/parallel_test.go
Expand Up @@ -39,6 +39,7 @@ type branchConfig struct {
}

func TestFlowsParallel(t *testing.T) {
t.Skip("skipping")
const (
senderPodName = "e2e-parallel"
)
Expand Down
1 change: 1 addition & 0 deletions test/e2e/sequence_test.go
Expand Up @@ -36,6 +36,7 @@ import (
)

func TestFlowsSequence(t *testing.T) {
t.Skip("skipping")
const (
sequenceName = "e2e-sequence"
senderPodName = "e2e-sequence-sender-pod"
Expand Down

0 comments on commit ba52185

Please sign in to comment.