Skip to content

Commit

Permalink
update cis action
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry committed Nov 10, 2024
1 parent e89906f commit c02841e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/actions/cis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ inputs:
default: "default"
required: false
type: string
docker-image-override:
required: false
description: "Provide the full Docker image path to override the default image (e.g. for testing BC/SNAPSHOT)"
type: string
tag-project:
description: "Optional project resource tag"
default: "test-environments"
Expand Down Expand Up @@ -193,6 +197,7 @@ runs:
ES_USER: ${{ inputs.es-user }}
ES_PASSWORD: ${{ inputs.es-password }}
KIBANA_URL: ${{ inputs.kibana-url }}
DOCKER_IMAGE_OVERRIDE: ${{ inputs.docker-image-override }}
run: |
poetry run python ./install_d4c_integration.py
Expand All @@ -205,6 +210,7 @@ runs:
ES_USER: ${{ inputs.es-user }}
ES_PASSWORD: ${{ inputs.es-password }}
KIBANA_URL: ${{ inputs.kibana-url }}
DOCKER_IMAGE_OVERRIDE: ${{ inputs.docker-image-override }}
run: |
poetry run python ./install_kspm_eks_integration.py
Expand Down Expand Up @@ -240,6 +246,7 @@ runs:
env:
EC2_KSPM_KEY: ${{ steps.generate-data.outputs.ec2-kspm-key }}
KSPM_PUBLIC_IP: ${{ steps.generate-data.outputs.kspm-public-ip }}
DOCKER_IMAGE_OVERRIDE: ${{ inputs.docker-image-override }}
run: |
scriptname="kspm_unmanaged.yaml"
src="../../../tests/integrations_setup/$scriptname"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
expiration_days:
description: "Number of days until environment expiration"
required: false
default: 14
default: 5
type: string
ec-api-key:
type: string
Expand Down Expand Up @@ -92,7 +92,7 @@ on:
expiration_days:
description: "Number of days until environment expiration"
required: false
default: 14
default: 5
type: string
ec-api-key:
type: string
Expand Down

0 comments on commit c02841e

Please sign in to comment.