Skip to content

Commit

Permalink
remove -app
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Dec 19, 2024
1 parent 2c74c4f commit 1acd3eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
helm_charts_branch: ${{ inputs.helm-charts-branch }}
terraform_assume_role: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE }}
agent_config: resources/cwagent_configs/jvm_tomcat.json
sample_app: resources/sample_apps/tomcat-app.yaml
sample_app: resources/sample_apps/tomcat.yaml
secrets: inherit

EKSE2EKafkaTest:
Expand All @@ -191,7 +191,7 @@ jobs:
helm_charts_branch: ${{ inputs.helm-charts-branch }}
terraform_assume_role: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE }}
agent_config: resources/cwagent_configs/kafka.json
sample_app: resources/sample_apps/kafka-app.yaml
sample_app: resources/sample_apps/kafka.yaml
secrets: inherit

EKSE2EJMXContainerInsightsTest:
Expand All @@ -213,5 +213,5 @@ jobs:
helm_charts_branch: ${{ inputs.helm-charts-branch }}
terraform_assume_role: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE }}
agent_config: resources/cwagent_configs/containerinsights.json
sample_app: resources/sample_apps/tomcat-app.yaml
sample_app: resources/sample_apps/tomcat.yaml
secrets: inherit

0 comments on commit 1acd3eb

Please sign in to comment.