Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/e2eEnvironment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,11 @@ jobs:
go-version-file: go/src/github.com/kptdev/kpt/go.mod
cache: true
cache-dependency-path: go/src/github.com/kptdev/kpt/go.sum
# Pinned to Commit to ensure action is consistent: https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
# If you upgrade this version confirm the changes match your expectations
- name: Install KinD
uses: engineerd/setup-kind@v0.6.2
- name: Install Kind
uses: helm/kind-action@v1
with:
version: "v0.32.0"
skipClusterCreation: true
skipClusterLogsExport: true
version: v0.32.0
install_only: true
- name: Run Tests
working-directory: go/src/github.com/kptdev/kpt
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
which podman
podman version
- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: ${{ env.GOPATH }}/src/github.com/kptdev/kpt
- name: Set up Go
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: ${{ env.GOPATH }}/src/github.com/kptdev/kpt
- name: Set up Go
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/live-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,11 @@ jobs:
go-version-file: go/src/github.com/kptdev/kpt/go.mod
cache: true
Comment thread
aravindtga marked this conversation as resolved.
cache-dependency-path: go/src/github.com/kptdev/kpt/go.sum
# Pinned to Commit to ensure action is consistent: https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
# If you upgrade this version confirm the changes match your expectations
- name: Install KinD
uses: engineerd/setup-kind@v0.6.2
- name: Install Kind
uses: helm/kind-action@v1
Comment thread
aravindtga marked this conversation as resolved.
with:
version: "v0.32.0"
skipClusterCreation: true
skipClusterLogsExport: true
version: v0.32.0
install_only: true

- name: Run Tests
working-directory: go/src/github.com/kptdev/kpt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: kpt-api-release
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
path: go/src/github.com/kptdev/kpt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
hashes: ${{ steps.hash.outputs.hashes }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
path: go/src/github.com/kptdev/kpt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verifyContent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: go/src/github.com/kptdev/kpt
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verifyDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Go
uses: actions/setup-go@v6
Expand Down