Skip to content

Commit

Permalink
update workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pixiake authored Feb 23, 2024
1 parent 1b85ac9 commit 3914075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
Test-on-k8s-v-1-19-7:
runs-on: self-hosted
runs-on: [self-hosted, large.0]
timeout-minutes: 150
outputs:
is_MY_SECRET_set: ${{ steps.checksecret_job.outputs.is_MY_SECRET_set }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.19.7
image: kindest/node:v1.23.16
extraMounts:
- hostPath: /etc/localtime
containerPath: /etc/localtime
Expand Down

0 comments on commit 3914075

Please sign in to comment.