-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bdd): updating the bdd-tests and makefile (#99)
Signed-off-by: shubhamchaudhary <[email protected]>
- Loading branch information
Shubham Chaudhary
committed
Aug 5, 2021
1 parent
06d125f
commit 9a0d683
Showing
7 changed files
with
217 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
DOCKER_IMAGE: chaos-exporter | ||
DOCKER_TAG: ci | ||
run: | | ||
make build-chaos-exporter | ||
make build | ||
tests: | ||
runs-on: ubuntu-latest | ||
|
@@ -71,18 +71,18 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
|
||
#Install and configure a kind cluster | ||
- name: Installing Prerequisites (KinD Cluster) | ||
uses: engineerd/[email protected] | ||
with: | ||
version: "v0.7.0" | ||
|
||
- name: Configuring and testing the Installation | ||
- name: Installing Prerequisites (K3S Cluster) | ||
env: | ||
KUBECONFIG: /etc/rancher/k3s/k3s.yaml | ||
run: | | ||
kubectl cluster-info --context kind-kind | ||
kind get kubeconfig --internal >$HOME/.kube/config | ||
curl -sfL https://get.k3s.io | sh -s - --docker --write-kubeconfig-mode 664 | ||
kubectl wait node --all --for condition=ready --timeout=90s | ||
mkdir -p $HOME/.kube | ||
cp /etc/rancher/k3s/k3s.yaml $HOME/.kube/config | ||
kubectl get nodes | ||
- name: Dependency checks | ||
run: | | ||
make deps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.