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

Fixing licence headers #2046

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/agent-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ jobs:
helm dependency build
helm install apim -n apk . --debug --wait --timeout 5m0s \
--set deployment.image.respository=sampathrajapakse/wso2am \
--set deployment.image.tag=4.3.0 \
--set deployment.image.tag=4.3.0
kubectl get pods -n apk
kubectl get svc -n apk

- name: Helm release deploy APK DP
if: github.event_name == 'pull_request_target' && contains(github.event.label.name, 'trigger-action')
shell: sh
run: |
cd /helm-charts
cd apk-repo/helm-charts
helm dependency build
helm install apk-test-setup -n apk . --debug --wait --timeout 15m0s \
helm install apk-test-setup -n apk . --debug --wait --timeout 15m0s
kubectl get pods -n apk
kubectl get svc -n apk

Expand All @@ -85,7 +85,7 @@ jobs:
helm install apim-apk-agent -n apk . --debug --wait --timeout 2m0s \
--set controlPlane.serviceURL=https://apim-wso2am-cp-1-service:9443/ \
--set controlPlane.eventListeningEndpoints=amqp://admin:admin@apim-wso2am-cp-1-service:5673?retries='10'&connectdelay='30' \
--set dataPlane.k8ResourceEndpoint=https://apk-wso2-apk-config-ds-service.apk.svc.cluster.local:9443/api/configurator/apis/generate-k8s-resources \
--set dataPlane.k8ResourceEndpoint=https://apk-wso2-apk-config-ds-service.apk.svc.cluster.local:9443/api/configurator/apis/generate-k8s-resources
kubectl get pods -n apk
kubectl get svc -n apk
- name: Run test cases
Expand All @@ -102,7 +102,7 @@ jobs:
kubectl describe pods -n apk
kubectl get pods -n apk
kubectl get svc -n apk
helm uninstall apim-apk-agent -n apk
helm uninstall apk-test-setup -n apk
cd apk-repo/test/apim-apk-agent-test/apim-cp-helm-chart
helm uninstall apim -n apk
cd apk-repo/test/apim-apk-agent-test/agent-helm-chart
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, WSO2 LLC (http://www.wso2.com).
* Copyright (c) 2024, WSO2 LLC (http://www.wso2.com).
*
* WSO2 LLC licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down
Loading