-
Notifications
You must be signed in to change notification settings - Fork 993
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DevOpsNatalie
committed
Apr 4, 2024
1 parent
bda9f07
commit d3072c4
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,8 @@ jobs: | |
cpu: "2" | ||
memory: "2000Mi" | ||
|
||
# runs-on: [self-hosted, linux, x86, benchmark] | ||
runs-on: ubuntu-latest | ||
runs-on: [self-hosted, linux, x86, benchmark] | ||
# runs-on: ubuntu-latest | ||
|
||
container: | ||
image: ghcr.io/romange/benchmark-dev:latest | ||
|
@@ -72,7 +72,8 @@ jobs: | |
--name action || true | ||
curl -LO https://dl.k8s.io/release/v1.29.2/bin/linux/amd64/kubectl | ||
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl | ||
kubectl cluster-info --context kind-action --kubeconfig /github/home/.kube/config | ||
docker ps -a | ||
kubectl config set-cluster kind-action --server=https://action-control-plane:6443 | ||
# - name: Create k8s Kind Cluster | ||
# uses: helm/[email protected] | ||
|