Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
bfc0e675
Unverified
Commit
bfc0e675
authored
Mar 31, 2021
by
Ivan Vandot
Committed by
GitHub
Mar 31, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add timeout (#1470)
parent
988ace32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
beekeeper.yml
.github/workflows/beekeeper.yml
+4
-4
No files found.
.github/workflows/beekeeper.yml
View file @
bfc0e675
...
...
@@ -49,7 +49,7 @@ jobs:
-
name
:
Prepare testing cluster (DNS discovery)
run
:
|
printf ${{ secrets.CR_PAT }} | docker login ghcr.io -u bee-worker --password-stdin
./beeinfra.sh prepare --geth --k3s
timeout 30m
./beeinfra.sh prepare --geth --k3s
-
name
:
Set kube config
run
:
|
mkdir -p ~/.kube
...
...
@@ -59,7 +59,7 @@ jobs:
run
:
|
echo -e "127.0.0.10\tregistry.localhost" | sudo tee -a /etc/hosts
for ((i=0; i<REPLICA; i++)); do echo -e "127.0.1.$((i+1))\tbee-${i}.localhost bee-${i}-debug.localhost"; done | sudo tee -a /etc/hosts
./beeinfra.sh install --local -r "${REPLICA}" --bootnode /dnsaddr/localhost --geth --k3s
timeout 30m
./beeinfra.sh install --local -r "${REPLICA}" --bootnode /dnsaddr/localhost --geth --k3s
-
name
:
Test pingpong
id
:
pingpong-1
run
:
until ./beekeeper check pingpong --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}"; do echo "waiting for pingpong..."; sleep .3; done
...
...
@@ -98,14 +98,14 @@ jobs:
./beeinfra.sh uninstall
-
name
:
Prepare testing cluster (Node connection and clef enabled)
run
:
|
./beeinfra.sh prepare --geth --clef --k3s
timeout 30m
./beeinfra.sh prepare --geth --clef --k3s
-
name
:
Set kube config
run
:
|
mkdir -p ~/.kube
cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
-
name
:
Set testing cluster (Node connection and clef enabled)
run
:
|
./beeinfra.sh install --local -r "${REPLICA}" --geth --clef --k3s
timeout 30m ./beeinfra.sh install --local -r "${REPLICA}" --geth --clef --k3s
-
name
:
Test pingpong
id
:
pingpong-2
run
:
until ./beekeeper check pingpong --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}"; do echo "waiting for pingpong..."; sleep .3; done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment