Skip to content

Commit

Permalink
more debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
odacremolbap committed Aug 28, 2023
1 parent d90149e commit 5fd5ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
DIST_DIR: /tmp/dist
run: |
IMAGE_TAG=${{ steps.image-tag.outputs.IMAGE_TAG }} make release
echo "IMAGE_TAG=${IMAGE_TAG}"
echo "generated images with tag ${steps.image-tag.outputs.IMAGE_TAG}"
- name: Upload artifact
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,18 @@ jobs:
- name: Deploy TriggerMesh
run: |
echo "IMAGE_TAG=${{ github.event.client_payload.image_tag }}"
echo "Image tag being used: ${{ github.event.client_payload.image_tag }}"
sed -i config/500-*.yaml \
-e "s|ko://github.com/triggermesh/triggermesh-event-sources-bundle/cmd/\(.*$\)|gcr.io/triggermesh/event-sources-bundle/\1:${{ github.event.client_payload.image_tag }}|g"
kubectl apply -f config/
- name: Wait for TriggerMesh deployment
run: |
kubectl -n knative-serving wait deployments.app --timeout=5m --for=condition=Available -l app.kubernetes.io/name=knative-serving
kubectl -n knative-eventing wait deployments.app --timeout=5m --for=condition=Available -l app.kubernetes.io/name=knative-eventing
kubectl -n triggermesh get pods -l app.kubernetes.io/part-of=triggermesh
kubectl -n triggermesh wait deployments.app --timeout=5m --for=condition=Available -l app.kubernetes.io/part-of=triggermesh
- name: Install Ginkgo
Expand Down

0 comments on commit 5fd5ed3

Please sign in to comment.