Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft: only charmcraft pack charms #533

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:

- name: Run integration tests
run: |
juju add-model test-istio
tox -e ${{ matrix.integration-types }} -- --model test-istio
cd charms/istio-pilot
charmcraft pack --verbose
cd ../istio-gateway
charmcraft pack --verbose
timeout-minutes: 80

- name: Setup Debug Artifact Collection
Expand Down Expand Up @@ -135,8 +137,10 @@ jobs:

- name: Run observability integration tests
run: |
juju add-model cos-test
tox -vve cos-integration -- --model cos-test
cd charms/istio-pilot
charmcraft pack --verbose
cd ../istio-gateway
charmcraft pack --verbose

- run: kubectl get pod/prometheus-k8s-0 -n knative-test -o=jsonpath='{.status}'
if: failure()
Loading