Skip to content
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

Optimize for resource usage and integration tests on GitHub runners #6

Closed
wants to merge 44 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
5acad0b
set "testing" profile for mysql deployment
RafalSiwek Jan 8, 2024
f04e8dd
add profile-limit-memory
RafalSiwek Jan 8, 2024
9d89641
revert
RafalSiwek Jan 8, 2024
a864dd8
Add workflow telemetry tracking
RafalSiwek Jan 8, 2024
809ea4b
add describe mysql pod on failure
RafalSiwek Jan 8, 2024
ced5f40
config profile-limit-memory for mysql operator
RafalSiwek Jan 8, 2024
c359a0a
add logs
RafalSiwek Jan 8, 2024
9390cc4
define resource limits for zenml-server container
RafalSiwek Jan 8, 2024
aedbef5
config limits
RafalSiwek Jan 8, 2024
8b59a37
adjust mysql limits
RafalSiwek Jan 9, 2024
b12326c
use Microk8s 1.28 version
RafalSiwek Jan 9, 2024
682beb0
update limits
RafalSiwek Jan 9, 2024
56d328c
update mysql limits
RafalSiwek Jan 9, 2024
6815f1a
set mysql testing profile
RafalSiwek Jan 9, 2024
8a2ea96
implement mysql operator logs
RafalSiwek Jan 9, 2024
903b18a
switch to 8.0/edge channel for mysql
RafalSiwek Jan 9, 2024
acd771a
leave only limits
RafalSiwek Jan 9, 2024
f799b93
fix typo
RafalSiwek Jan 9, 2024
db8be85
refactor workflow
RafalSiwek Jan 9, 2024
78af0f8
Merge remote-tracking branch 'origin/main' into fix/automatic_mem_config
RafalSiwek Jan 9, 2024
5e759d8
increase timeout on wait for active mysql
RafalSiwek Jan 9, 2024
c7f43e2
raise on error false
RafalSiwek Jan 9, 2024
42395f9
enable ssh
RafalSiwek Jan 10, 2024
c28602a
move ssh up
RafalSiwek Jan 10, 2024
804212b
move ssh
RafalSiwek Jan 10, 2024
7bbb4c9
move ssh
RafalSiwek Jan 10, 2024
465c385
set agent version
RafalSiwek Jan 10, 2024
94432fd
deploy latest mysql
RafalSiwek Jan 10, 2024
929e914
use 8.0 stable
RafalSiwek Jan 10, 2024
dae1811
limit zenml memory
RafalSiwek Jan 10, 2024
7f02943
revert juju agent
RafalSiwek Jan 10, 2024
a0548af
revert juju version
RafalSiwek Jan 10, 2024
b09581c
remove juju agent
RafalSiwek Jan 10, 2024
18382b5
use testing profile
RafalSiwek Jan 11, 2024
4301c9c
enable add microk8s addons
RafalSiwek Jan 11, 2024
2b40c24
redeploying method for mysql-k8s
RafalSiwek Jan 11, 2024
d919c0c
add error handling
RafalSiwek Jan 11, 2024
f2b94d0
fix imports
RafalSiwek Jan 11, 2024
6809252
increase timeout
RafalSiwek Jan 11, 2024
a8cfd0d
move ssh up
RafalSiwek Jan 11, 2024
b8a188a
ssh condition
RafalSiwek Jan 11, 2024
4ba7f30
Merge branch 'main' into fix/automatic_mem_config
RafalSiwek Jan 11, 2024
db00d81
disable ssh
RafalSiwek Jan 11, 2024
0babb1d
remove --keep-models
RafalSiwek Jan 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove juju agent
  • Loading branch information
RafalSiwek committed Jan 10, 2024
commit b09581cb2ddb3cd9b14894de2d297e63a1637932
1 change: 0 additions & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
juju-channel: "3.1/stable"
bootstrap-options: "--agent-version=2.9.34"
provider: microk8s
channel: 1.25-strict/stable

Expand Down
Loading