-
Notifications
You must be signed in to change notification settings - Fork 98
Migrates remaining tests to github runners #1106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Migrates remaining tests to github runners #1106
Conversation
If you are just trying things out and PR is not ready for review, please mark it as draft |
78f949e
to
170f8b0
Compare
ce2b691
to
3cacaf8
Compare
74ea326
to
6e7f0cb
Compare
@@ -6,12 +6,12 @@ spec: | |||
template: | |||
spec: | |||
containers: | |||
- image: ghcr.io/ease-lab/helloworld:var_workload | |||
- image: ghcr.io/ease-lab/helloworld@sha256:12dc6715ed1a8306f246ceaf7742c09e38a52a79d17421e4a50d7e0e09fdbc25 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need to change that?
sudo kubectl get deployment -n knative-serving autoscaler | ||
sudo kubectl get svc -n knative-serving autoscaler | ||
sudo kubectl get pods -n kube-system -l k8s-app=kube-dns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now, tests fail here. You forgot the KUBECONFIG env var.
@@ -51,7 +51,7 @@ jobs: | |||
|
|||
- name: Run sandbox specific tests | |||
if: ${{ inputs.sandbox == 'firecracker' }} | |||
run: source /etc/profile && go clean -testcache && go test ./cri/${{ inputs.sandbox }} -v -race -cover | |||
run: source /etc/profile && go clean -testcache && sudo go test ./cri/${{ inputs.sandbox }} -v -race -cover |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need sudo here?
6807ba3
to
f599777
Compare
a657619
to
2cc604a
Compare
Signed-off-by: Mohamed L. Karaoui <moharaka@gmail.com>
550c33b
to
af51cc3
Compare
Signed-off-by: Mohamed L. Karaoui <moharaka@gmail.com>
6efe7d3
to
b999734
Compare
Signed-off-by: Mohamed L. Karaoui <moharaka@gmail.com>
b999734
to
1919f0d
Compare
Summary
Migrates remaining tests to github runners
Implementation Notes ⚒️
Approach: first replace all self-hosted to ubuntu and debug.
External Dependencies 🍀
N/A
Breaking API Changes⚠️
*N/A
Simply specify none (N/A) if not applicable.