Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Apr 8, 2024
1 parent 361dddd commit 9a4f046
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/k8s-regression-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,39 +54,28 @@ jobs:
- name: Build JIT agglayer image to be used in ephemeral devnet
run: |
cd agglayer
make build-docker
docker compose -f agglayer/docker/docker-compose.yaml build --no-cache agglayer
sleep 10
- name: Install kurtosis
run: |
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
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: Run kurtosis agent in background
run: |
kurtosis gateway & # Run cmd in background
sleep 10
- name: Deploy CDK devnet to isolated GKE namespace
- name: Deploy CDK devnet on local github runner
run: |
cd kurtosis-cdk
kurtosis engine restart
kurtosis run --enclave cdk-v1 --args-file params.yml .
sleep 300
- name: Finally, remove all devnet resources
- name: Finally, remove all devnet resources locally
run: |
cd kurtosis-cdk
kurtosis clean -a

0 comments on commit 9a4f046

Please sign in to comment.