Skip to content

Commit 16523c5

Browse files
committed
Fix misspelled timeout minutes, remove trailing whhitespaces
1 parent bf1129a commit 16523c5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/arm-RHEL-build-test-push-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
export IMG=${{ secrets.ECR_REPOSITORY }}/${{ env.SPLUNK_OPERATOR_IMAGE_NAME }}:$GITHUB_SHA
5656
make docker-buildx PLATFORMS=$PLATFORMS BASE_IMAGE=$BASE_IMAGE BASE_IMAGE_VERSION=$BASE_IMAGE_VERSION IMG=$IMG
5757
smoke-tests-arm-rhel:
58-
timeout-minutes: 420
58+
timeout-minutes: 240
5959
strategy:
6060
fail-fast: false
6161
matrix:

.github/workflows/arm-Ubuntu-build-test-push-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
export BASE_IMAGE=ubuntu
105105
export BASE_IMAGE_VERSION=24.04
106106
export IMG=${{ secrets.ECR_REPOSITORY }}/${{ env.SPLUNK_OPERATOR_IMAGE_NAME }}:$GITHUB_SHA
107-
make docker-buildx PLATFORMS=$PLATFORMS BASE_IMAGE=$BASE_IMAGE BASE_IMAGE_VERSION=$BASE_IMAGE_VERSION IMG=$IMG
107+
make docker-buildx PLATFORMS=$PLATFORMS BASE_IMAGE=$BASE_IMAGE BASE_IMAGE_VERSION=$BASE_IMAGE_VERSION IMG=$IMG
108108
- name: Sign Splunk Operator image with a key
109109
run: |
110110
cosign sign --yes --key env://COSIGN_PRIVATE_KEY ${{ secrets.ECR_REPOSITORY }}/${{ env.SPLUNK_OPERATOR_IMAGE_NAME }}:${{ github.sha }}

.github/workflows/build-test-push-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Pull Splunk Operator Image Locally
145145
run: |
146146
docker pull ${{ env.IMAGE_NAME }}
147-
- name: Verify Signed Splunk Operator image
147+
- name: Verify Signed Splunk Operator image
148148
run: |
149149
cosign verify --key env://COSIGN_PUBLIC_KEY ${{ env.IMAGE_NAME }}
150150
env:

.github/workflows/helm-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
make docker-buildx IMG=${{ secrets.ECR_REPOSITORY }}/${{ env.SPLUNK_OPERATOR_IMAGE_NAME }}:$GITHUB_SHA
5454
int-tests:
55-
timeout-minutes: 420
55+
timeout-minutes: 240
5656
runs-on: ubuntu-latest
5757
needs: build-operator-image
5858
env:

.github/workflows/merge-develop-to-main-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- name: Set up Docker Buildx
6767
uses: docker/[email protected]
6868

69-
- name: Configure AWS credentials
70-
uses: aws-actions/configure-aws-credentials@v5
69+
- name: Configure AWS credentials
70+
uses: aws-actions/configure-aws-credentials@v5
7171
with:
7272
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
7373
role-session-name: github-${{ github.run_id }}

0 commit comments

Comments
 (0)