-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Raul Sevilla <[email protected]>
- Loading branch information
1 parent
1bd2b5a
commit d0f3261
Showing
253 changed files
with
704 additions
and
48,157 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
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# test-k8s.yml | ||
name: Execute tests on k8s and OCP | ||
name: Execute tests on OCP | ||
on: | ||
workflow_call: | ||
secrets: | ||
|
@@ -10,45 +9,7 @@ on: | |
OPENSHIFT_PASSWORD: | ||
required: true | ||
jobs: | ||
test-k8s: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
k8s-version: | ||
- v1.25.0 | ||
- v1.26.0 | ||
- v1.27.0 | ||
steps: | ||
|
||
- name: Check out code | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 1 | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
persist-credentials: false | ||
|
||
- name: Download kube-burner binary | ||
uses: actions/download-artifact@v3 | ||
with: | ||
name: kube-burner | ||
path: /tmp/ | ||
|
||
- name: Install bats | ||
uses: mig4/setup-bats@v1 | ||
with: | ||
bats-version: 1.9.0 | ||
|
||
- name: Execute Tests | ||
run: | | ||
export PATH=${PATH}:/tmp/ | ||
chmod +x /tmp/kube-burner | ||
make test-k8s | ||
env: | ||
TERM: linux | ||
KIND_VERSION: v0.19.0 | ||
K8S_VERSION: ${{matrix.k8s-version}} | ||
|
||
ocp-wrapper: | ||
ocp-e2e-ci: | ||
runs-on: ubuntu-latest | ||
concurrency: | ||
group: ocp-e2e-ci | ||
|
@@ -61,16 +22,16 @@ jobs: | |
ref: ${{ github.event.pull_request.head.sha }} | ||
persist-credentials: false | ||
|
||
- name: Download kube-burner binary | ||
- name: Download kube-burner-ocp binary | ||
uses: actions/download-artifact@v3 | ||
with: | ||
name: kube-burner | ||
name: kube-burner-ocp | ||
path: /tmp/ | ||
|
||
- name: Install bats | ||
uses: mig4/setup-bats@v1 | ||
uses: bats-core/bats[email protected] | ||
with: | ||
bats-version: 1.9.0 | ||
bats-version: 1.10.0 | ||
|
||
- name: Install oc | ||
uses: redhat-actions/oc-installer@v1 | ||
|
@@ -85,11 +46,10 @@ jobs: | |
- name: Execute Tests | ||
run: | | ||
export PATH=${PATH}:/tmp/ | ||
chmod +x /tmp/kube-burner | ||
chmod +x /tmp/kube-burner-ocp | ||
make test-ocp | ||
env: | ||
TERM: linux | ||
OPENSHIFT_SERVER: ${{ secrets.OPENSHIFT_SERVER }} | ||
OPENSHIFT_USER: ${{ secrets.OPENSHIFT_USER }} | ||
OPENSHIFT_PASSWORD: ${{ secrets.OPENSHIFT_PASSWORD }} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Default owners | ||
* @rsevilla87 @vishnuchalla @smalleni | ||
* @kube-burner/maintainers @kube-burner/ocp-perfscale | ||
# web-burner owners | ||
/cmd/config/web-burner @kube-burner/ocp-perfscale-telco | ||
/web-burner.go @kube-burner/ocp-perfscale-telco |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.