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
1ce046ee
Unverified
Commit
1ce046ee
authored
Aug 25, 2020
by
Ivan Vandot
Committed by
GitHub
Aug 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix workflow trigger (#609)
parent
2e2960bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
beekeeper.yaml
.github/workflows/beekeeper.yaml
+2
-2
go.yml
.github/workflows/go.yml
+1
-1
No files found.
.github/workflows/beekeeper.yaml
View file @
1ce046ee
...
@@ -36,7 +36,7 @@ jobs:
...
@@ -36,7 +36,7 @@ jobs:
run
:
./beekeeper check pingpong --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}"
run
:
./beekeeper check pingpong --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}"
-
name
:
Clean the cluster
-
name
:
Clean the cluster
run
:
|
run
:
|
./beeinfra.sh uninstall -r "${REPLICA}"
helm uninstall bee -n bee
-
name
:
Set testing cluster (Node connection)
-
name
:
Set testing cluster (Node connection)
run
:
./beeinfra.sh install --local -r "${REPLICA}"
run
:
./beeinfra.sh install --local -r "${REPLICA}"
-
name
:
Test fullconnectivity
-
name
:
Test fullconnectivity
...
@@ -53,7 +53,7 @@ jobs:
...
@@ -53,7 +53,7 @@ jobs:
run
:
./beekeeper check pullsync --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}" --upload-node-count "${REPLICA}" --chunks-per-node
3
run
:
./beekeeper check pullsync --api-scheme http --debug-api-scheme http --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}" --upload-node-count "${REPLICA}" --chunks-per-node
3
-
name
:
Clean the cluster
-
name
:
Clean the cluster
run
:
|
run
:
|
./beeinfra.sh uninstall -r "${REPLICA}"
helm uninstall bee -n bee
grep -vE 'bee|registry.localhost' /etc/hosts | sudo tee /etc/hosts
grep -vE 'bee|registry.localhost' /etc/hosts | sudo tee /etc/hosts
-
name
:
Set testing cluster (Node connection) 5 bee nodes
-
name
:
Set testing cluster (Node connection) 5 bee nodes
run
:
|
run
:
|
...
...
.github/workflows/go.yml
View file @
1ce046ee
...
@@ -69,7 +69,7 @@ jobs:
...
@@ -69,7 +69,7 @@ jobs:
env
:
env
:
DEEPSOURCE_DSN
:
${{ secrets.DEEPSOURCE_DSN }}
DEEPSOURCE_DSN
:
${{ secrets.DEEPSOURCE_DSN }}
-
name
:
Trigger Beekeeper
-
name
:
Trigger Beekeeper
if
:
success() && ${{ github.ref }} == "refs/heads/master"
if
:
success() && ${{ github.ref }} == "refs/heads/master"
&& matrix.os == 'ubuntu-latest'
uses
:
peter-evans/repository-dispatch@v1
uses
:
peter-evans/repository-dispatch@v1
with
:
with
:
token
:
${{ secrets.REPO_GHA_PAT }}
token
:
${{ secrets.REPO_GHA_PAT }}
...
...
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