Skip to content

Commit

Permalink
Fix setup-k3d-k3s functional tests (#729)
Browse files Browse the repository at this point in the history
### Description
Fix the error running Functional tests with open PR's.
```
Error: No matching K3s versions were found.
Error: Process completed with exit code 1
```

Example:
https://github.com/opensearch-project/opensearch-k8s-operator/actions/runs/7890709537/job/21543655443?pr=728

### Issues Resolved
_List any issues this PR will resolve, e.g. Closes [...]._ 

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
[here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi authored Feb 14, 2024
1 parent a622fa0 commit c3d2a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: '1.19'
- uses: nolar/setup-k3d-k3s@v1
with:
version: v1.22
version: v1
k3d-name: opensearch-operator-tests
k3d-args: --agents 2 -p 30000-30005:30000-30005@agent:0
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
go-version: '1.19'
- uses: nolar/setup-k3d-k3s@v1
with:
version: v1.22
version: v1
k3d-name: opensearch-operator-tests
k3d-args: --agents 2 -p 30000-30005:30000-30005@agent:0
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c3d2a79

Please sign in to comment.