Skip to content

Commit

Permalink
fixing licence headers
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Feb 29, 2024
1 parent 88ea669 commit f9327d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit f9327d1

Please sign in to comment.