Skip to content

Commit

Permalink
run tfrobot for mainnet only
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam-Nawara committed Mar 19, 2024
1 parent 14483de commit ae43360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tfrobot_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
network: [dev, main]

steps:
- name: Set up Go
Expand All @@ -34,9 +32,9 @@ jobs:
- name: Test
env:
MNEMONIC: ${{ secrets.MNEMONICS }}
NETWORK: ${{ matrix.network }}
NETWORK: main
# run: make integration
run: |
go run main.go deploy -c ./example/test.yaml
sleep 120 #sleep to make sure graphql is up to date
sleep 120 # sleep to make sure graphql is up to date
go run main.go cancel -c ./example/test.yaml -d
4 changes: 2 additions & 2 deletions tfrobot/example/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ node_groups:
- name: group_c
nodes_count: 100
free_cpu: 2
free_mru: 4
free_mru: 8

vms:
- name: example_a #test deployment of vms with public ip
Expand All @@ -40,7 +40,7 @@ vms:
ssh_key: key1

- name: example_c #test deployment of large number of vms
vms_count: 400
vms_count: 500
node_group: group_c
cpu: 1
mem: 1
Expand Down

0 comments on commit ae43360

Please sign in to comment.