Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Apr 5, 2024
1 parent e6d8dad commit 361dddd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/k8s-regression-tester.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: REGRESSION DETECTOR - EPHEMERAL DEVNETS
name: REGRESSION DETECTOR - DEVNET
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -63,16 +63,16 @@ jobs:
sudo apt update
sudo apt install kurtosis-cli
- name: Setup necessary gke custom kurtosis netorking configs
run: |
export KURTOSIS_CONFIG_PATH="$(kurtosis config path)"
cp /home/runner/work/bor/bor/kurtosis-config.yml $KURTOSIS_CONFIG_PATH
- name: Set kurtosis cloud env
run: |
mkdir -p ~/.kube
echo "${{ secrets.GKE_CLUSTER_CREDENTIALS }}" > ~/.kube/config
export KUBECONFIG=~/.kube/config && kurtosis cluster set cloud
# - name: Setup necessary gke custom kurtosis netorking configs
# run: |
# export KURTOSIS_CONFIG_PATH="$(kurtosis config path)"
# cp /home/runner/work/bor/bor/kurtosis-config.yml $KURTOSIS_CONFIG_PATH
#
# - name: Set kurtosis cloud env
# run: |
# mkdir -p ~/.kube
# echo "${{ secrets.GKE_CLUSTER_CREDENTIALS }}" > ~/.kube/config
# export KUBECONFIG=~/.kube/config && kurtosis cluster set cloud

- name: Run kurtosis agent in background
run: |
Expand Down

0 comments on commit 361dddd

Please sign in to comment.