Skip to content

Commit 0d70c62

Browse files
committed
increase LS startup timeout, remove push-trigger for cloudpod-test
1 parent 0e4845b commit 0d70c62

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fi
5959
# Wait 30 seconds for the LocalStack container to become ready before timing out
6060
echo "Waiting for LocalStack startup..."
61-
localstack wait -t 15
61+
localstack wait -t 30
6262
echo "Startup complete"
6363
6464
- name: Deploy the application

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fi
5252
# Wait 30 seconds for the LocalStack container to become ready before timing out
5353
echo "Waiting for LocalStack startup..."
54-
localstack wait -t 15
54+
localstack wait -t 30
5555
echo "Startup complete"
5656
5757
- name: Deploy the application

.github/workflows/test_cloudpods.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55
# “At 00:00 on Saturday.”
66
- cron: "0 0 * * 6"
77
workflow_dispatch:
8-
push: # TODO remove
9-
paths-ignore:
10-
- 'README.md'
11-
branches:
12-
- cloudpod_workflow
138

149
permissions:
1510
contents: write
@@ -82,7 +77,7 @@ jobs:
8277
fi
8378
# Wait 30 seconds for the LocalStack container to become ready before timing out
8479
echo "Waiting for LocalStack startup..."
85-
localstack wait -t 15
80+
localstack wait -t 30
8681
echo "Startup complete"
8782
8883
- name: Inject Pod

0 commit comments

Comments
 (0)