Skip to content

Commit aeaddb2

Browse files
authored
Merge pull request #7 from sagdhana/revert-6-zonalshiftintegration_e2etests
Revert "Zonalshiftintegration e2etests"
2 parents 715238e + 0b4fbb9 commit aeaddb2

140 files changed

Lines changed: 4056 additions & 9121 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/commit-status/end/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: "composite"
1212
steps:
13-
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
13+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1414
if: job.status == 'success'
1515
env:
1616
NAME: ${{ inputs.name }}
@@ -27,7 +27,7 @@ runs:
2727
state: "success",
2828
target_url: `https://github.com/${process.env.REPO}/actions/runs/${process.env.RUN_ID}`,
2929
});
30-
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
30+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3131
if: job.status == 'failure' || job.status == 'cancelled'
3232
env:
3333
NAME: ${{ inputs.name }}

.github/actions/commit-status/start/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: "composite"
1212
steps:
13-
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
13+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1414
if: always()
1515
env:
1616
NAME: ${{ inputs.name }}

.github/actions/download-artifact/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Downloads and unarchives artifacts for a workflow that runs on wor
33
runs:
44
using: "composite"
55
steps:
6-
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
77
with:
88
script: |
99
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({

.github/actions/e2e/cleanup/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
runs:
2525
using: "composite"
2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828
with:
2929
ref: ${{ inputs.git_ref }}
3030
- uses: ./.github/actions/e2e/install-eksctl
@@ -37,7 +37,7 @@ runs:
3737
CLUSTER_NAME: ${{ inputs.cluster_name }}
3838
run: |
3939
eksctl delete cluster --name "$CLUSTER_NAME" --timeout 60m --wait || true
40-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
40+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4141
with:
4242
go-version-file: test/hack/resource/go.mod
4343
cache-dependency-path: test/hack/resource/go.sum

.github/actions/e2e/dump-logs/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: "composite"
1818
steps:
1919
- name: configure aws credentials
20-
uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3
20+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
2121
with:
2222
role-to-assume: arn:aws:iam::${{ inputs.account_id }}:role/${{ inputs.role }}
2323
aws-region: ${{ inputs.region }}

.github/actions/e2e/install-karpenter/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ inputs:
3030
runs:
3131
using: "composite"
3232
steps:
33-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434
with:
3535
ref: ${{ inputs.git_ref }}
3636
- uses: ./.github/actions/e2e/install-helm
@@ -44,7 +44,7 @@ runs:
4444
kubectl label ns kube-system scrape=enabled --overwrite=true
4545
kubectl label ns kube-system pod-security.kubernetes.io/warn=restricted --overwrite=true
4646
- name: login to ecr via docker
47-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
47+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4848
with:
4949
registry: ${{ inputs.ecr_account_id }}.dkr.ecr.${{ inputs.ecr_region }}.amazonaws.com
5050
logout: true

.github/actions/e2e/install-prometheus/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
runs:
2828
using: "composite"
2929
steps:
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3131
with:
3232
ref: ${{ inputs.git_ref }}
3333
- uses: ./.github/actions/e2e/install-helm

.github/actions/e2e/run-tests-private-cluster/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
using: "composite"
5454
steps:
5555
- name: login to ecr via docker
56-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
56+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5757
with:
5858
registry: ${{ inputs.account_id }}.dkr.ecr.${{ inputs.region }}.amazonaws.com
5959
logout: true
@@ -93,7 +93,7 @@ runs:
9393
CLUSTER_VPC_ID: ${{ env.CLUSTER_VPC_ID }}
9494
EKS_CLUSTER_SG: ${{ env.EKS_CLUSTER_SG }}
9595
CLEANUP: ${{ inputs.cleanup }}
96-
uses: aws-actions/aws-codebuild-run-build@7e46c3fa1c1f217e26a73712796b1f78938b534b # v1.0.19
96+
uses: aws-actions/aws-codebuild-run-build@4d15a47425739ac2296ba5e7eee3bdd4bfbdd767 # v1.0.18
9797
with:
9898
project-name: E2EPrivateClusterCodeBuildProject-us-east-1
9999
buildspec-override: |

.github/actions/e2e/setup-cluster/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ inputs:
5050
runs:
5151
using: "composite"
5252
steps:
53-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5454
with:
5555
ref: ${{ inputs.git_ref }}
5656
- uses: ./.github/actions/e2e/install-eksctl

.github/actions/e2e/slack/notify/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
runs:
1818
using: "composite"
1919
steps:
20-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121
with:
2222
ref: ${{ inputs.git_ref }}
2323
- id: get-run-name

0 commit comments

Comments
 (0)