Skip to content

Commit

Permalink
chore(e2e): Remove Knative Camel Sources tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Jun 23, 2021
1 parent f47a007 commit ac98157
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 109 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/knative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
export SERVING_VERSION=v0.23.1
export EVENTING_VERSION=v0.23.2
export KOURIER_VERSION=v0.23.0
export SOURCES_VERSION=v0.23.0
# Serving
kubectl apply --filename https://github.com/knative/serving/releases/download/$SERVING_VERSION/serving-crds.yaml
Expand All @@ -123,18 +122,13 @@ jobs:
# Eventing sugar controller for injection
kubectl apply -f https://github.com/knative/eventing/releases/download/$EVENTING_VERSION/eventing-sugar-controller.yaml
# Camel Sources
kubectl apply --filename https://github.com/knative-sandbox/eventing-camel/releases/download/$SOURCES_VERSION/camel.yaml
# Wait for installation completed
echo "Waiting for all pods to be ready in kourier-system"
kubectl wait --for=condition=Ready pod --all -n kourier-system --timeout=60s
echo "Waiting for all pods to be ready in knative-serving"
kubectl wait --for=condition=Ready pod --all -n knative-serving --timeout=60s
echo "Waiting for all pods to be ready in knative-eventing"
kubectl wait --for=condition=Ready pod --all -n knative-eventing --timeout=60s
echo "Waiting for all pods to be ready in knative-sources"
kubectl wait --for=condition=Ready pod --all -n knative-sources --timeout=60s
- name: Build Operator
run: |
Expand Down Expand Up @@ -221,7 +215,6 @@ jobs:
export SERVING_VERSION=v0.23.1
export EVENTING_VERSION=v0.23.2
export KOURIER_VERSION=v0.23.0
export SOURCES_VERSION=v0.23.0
# Serving
kubectl apply --filename https://github.com/knative/serving/releases/download/$SERVING_VERSION/serving-crds.yaml
Expand All @@ -247,18 +240,13 @@ jobs:
# Eventing sugar controller for injection
kubectl apply -f https://github.com/knative/eventing/releases/download/$EVENTING_VERSION/eventing-sugar-controller.yaml
# Camel Sources
kubectl apply --filename https://github.com/knative-sandbox/eventing-camel/releases/download/$SOURCES_VERSION/camel.yaml
# Wait for installation completed
echo "Waiting for all pods to be ready in kourier-system"
kubectl wait --for=condition=Ready pod --all -n kourier-system --timeout=60s
echo "Waiting for all pods to be ready in knative-serving"
kubectl wait --for=condition=Ready pod --all -n knative-serving --timeout=60s
echo "Waiting for all pods to be ready in knative-eventing"
kubectl wait --for=condition=Ready pod --all -n knative-eventing --timeout=60s
echo "Waiting for all pods to be ready in knative-sources"
kubectl wait --for=condition=Ready pod --all -n knative-sources --timeout=60s
- name: Build Operator
run: |
Expand Down
19 changes: 0 additions & 19 deletions e2e/yaks/common/knative/receiver.groovy

This file was deleted.

39 changes: 0 additions & 39 deletions e2e/yaks/common/knative/source.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions e2e/yaks/common/knative/sources.feature

This file was deleted.

29 changes: 0 additions & 29 deletions e2e/yaks/common/knative/yaks-config.yaml

This file was deleted.

0 comments on commit ac98157

Please sign in to comment.