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

[workflows/linux] Switch to self-hosted runners in Azure Kubernetes Service #19183

Merged
merged 113 commits into from
Sep 23, 2023
Merged
Show file tree
Hide file tree
Changes from 109 commits
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
98fa53f
[workflows/liux] Trying AKS runners
ababushk Aug 14, 2023
b521458
Remove sudo usages
ababushk Aug 14, 2023
e5d2c97
Fix repositories path
ababushk Aug 14, 2023
86e8272
Well, adding debug output
ababushk Aug 14, 2023
3b9ae1b
execution bit?
ababushk Aug 14, 2023
2b01b97
more debug output
ababushk Aug 14, 2023
27dbef4
using bash...
ababushk Aug 14, 2023
89966e7
We should use shell syntax for env variables in 'run' sections
ababushk Aug 14, 2023
be5c572
again, may be we should use bash...
ababushk Aug 14, 2023
f7292e8
fix cloning path for openvino repo
ababushk Aug 14, 2023
1e92504
more debug output
ababushk Aug 15, 2023
9fe2092
Trying to populate WORKSPACE var in other way
ababushk Aug 15, 2023
8414e25
Trying different WORKSPACE
ababushk Aug 15, 2023
bee1434
export ALL variables for samples tests
ababushk Aug 16, 2023
d56336f
Trying to put openvino build into correct directory
ababushk Aug 17, 2023
4aeb2b6
Replace more occurences of BUILD_DIR...
ababushk Aug 17, 2023
1d3706f
Use shell expansion instead of Actions syntax in run steps
ababushk Aug 18, 2023
a564e2f
Merge branch 'master' into aks_runners
ababushk Aug 18, 2023
a26a13c
Skip unit test failures
ababushk Aug 21, 2023
f0d960a
Oops, there's no pytest for MO unit tests
ababushk Aug 21, 2023
2e499d1
Oops, typo
ababushk Aug 22, 2023
c708832
Fix LAYER_TESTS_INSTALL_DIR variable expansion
ababushk Aug 22, 2023
54776ea
Merge branch 'master' into aks_runners
ababushk Aug 22, 2023
529744d
Fix LAYER_TESTS_INSTALL_DIR for new stages
ababushk Aug 22, 2023
b7109d6
Replace all the varibles
ababushk Aug 22, 2023
046663a
Comment out CCACHE_DIR
ababushk Aug 23, 2023
25dd9a1
Comment setup ccache step
ababushk Aug 23, 2023
150ec89
Revert "Comment out CCACHE_DIR"
ababushk Aug 23, 2023
243ae1d
Just checking something
ababushk Aug 23, 2023
5327e55
Merge branch 'master' into aks_runners
ababushk Aug 24, 2023
2105e2c
Update with new stages from master
ababushk Aug 24, 2023
f390d17
One more stage to fix
ababushk Aug 24, 2023
754519b
Merge branch 'master' into aks_runners
ababushk Aug 24, 2023
6413246
Fix INSTALL_DIR again (new stages were merged to master?)
ababushk Aug 25, 2023
869f1cd
Remove concurrency limit (for test purposes)
ababushk Aug 25, 2023
571d8fa
Trigger one more pipeline
ababushk Aug 25, 2023
07d50fd
Disable concurrency settings
ababushk Aug 25, 2023
ec7b8e8
Trigger another build
ababushk Aug 25, 2023
c7daded
Disable ccache (for testing purposes)
ababushk Aug 25, 2023
8e97743
Merge branch 'master' into aks_runners
ababushk Aug 28, 2023
08bac73
trigger another build to measure duration without ccache
ababushk Aug 28, 2023
ac191c5
And one more test commit
ababushk Aug 28, 2023
48cdfea
Return back ccache
ababushk Aug 28, 2023
ceb74ca
Testing new image
ababushk Aug 28, 2023
87d4eec
Enable concurrency back
ababushk Aug 29, 2023
d8d49b6
Using new image
ababushk Aug 29, 2023
6b0b7e0
And another image
ababushk Aug 29, 2023
7a0ad32
Trying build on the clean image
ababushk Aug 30, 2023
5971035
Install git
ababushk Aug 30, 2023
b139009
Oops, forgot apt-get update
ababushk Aug 30, 2023
e348c0d
Upstream Ubuntu image, but using ACR cache
ababushk Aug 30, 2023
08b5385
Remove debug output
ababushk Aug 31, 2023
94dd242
Use Ubuntu image from ACR cache for the rest of the stages
ababushk Aug 31, 2023
8367c37
Display version of ccache
ababushk Aug 31, 2023
2e53109
Swith to ubuntu 20 temporarily (I hope)
ababushk Aug 31, 2023
f635dcd
Set CCACHE_TEMP_DIR outside of shared space
ababushk Aug 31, 2023
1cf42a6
Revert "Swith to ubuntu 20 temporarily (I hope)"
ababushk Aug 31, 2023
efd2f5b
trying ccche nohardlink option
ababushk Aug 31, 2023
7b7133d
Trying to disable ccache file cloning
ababushk Aug 31, 2023
4f63e23
fix CCACHE_TEMPDIR
ababushk Aug 31, 2023
5b0bcb1
Merge branch 'master' into aks_runners
ababushk Sep 1, 2023
8453081
Install git to Python unit tests stage
ababushk Sep 1, 2023
64d271d
Merge branch 'master' into aks_runners
ababushk Sep 1, 2023
01a21f3
Install libsnappy-dev as tests require it
ababushk Sep 5, 2023
65f2a38
Merge branch 'master' into aks_runners
ababushk Sep 5, 2023
a46008b
Install python to test stage
ababushk Sep 5, 2023
9b47e78
Fix env vars syntax in few places
ababushk Sep 6, 2023
aa2445a
Merge branch 'master' into aks_runners
ababushk Sep 6, 2023
8393777
Update docker image name
ababushk Sep 6, 2023
dc9fa77
Increase timeout for CPU tests
ababushk Sep 7, 2023
0e3b842
Merge branch 'master' into aks_runners
ababushk Sep 7, 2023
0e59d90
Debug output - trying to find out what's wrong with test reports
ababushk Sep 8, 2023
236a60e
Change file name in debug-output 'find' command
ababushk Sep 8, 2023
eb19b4f
let's try shell syntax for upload artifact action...
ababushk Sep 8, 2023
24d589f
Revert "let's try shell syntax for upload artifact action..."
ababushk Sep 8, 2023
4321827
Leave just disabled_tests.log (as it is the only one present)
ababushk Sep 8, 2023
219426a
Use my own directory instead of github.workspace
ababushk Sep 11, 2023
1f95d95
Revert "Leave just disabled_tests.log (as it is the only one present)"
ababushk Sep 11, 2023
cfb8609
Merge branch 'master' into aks_runners
ababushk Sep 11, 2023
605389b
Okay, let's try hardcoded workspace path...
ababushk Sep 11, 2023
a37081f
Okay, path should be inside "official" workspace. Hardcode it
ababushk Sep 11, 2023
6e1ec47
Missed some variables, replace github.workspace to hard-coded value
ababushk Sep 11, 2023
cf50bb3
Remove debug output 'find' command
ababushk Sep 12, 2023
1c95a9d
Remove old-style cache setup
ababushk Sep 12, 2023
833327d
Clean ccache stats after cmake
ababushk Sep 12, 2023
3e1175e
Merge branch 'master' into aks_runners
ababushk Sep 12, 2023
5531164
Change docker image to the one with non-root user
ababushk Sep 13, 2023
59e2b58
Merge branch 'master' into aks_runners
ababushk Sep 13, 2023
9908954
Merge branch 'master' into aks_runners
ababushk Sep 13, 2023
19fe75f
Oops, switch to Ubuntu 20
ababushk Sep 13, 2023
cad3688
Merge branch 'master' into aks_runners
ababushk Sep 14, 2023
5487459
Playing with concurrency group name
ababushk Sep 14, 2023
a7e1730
Oops, forgot sudo for ninja installation
ababushk Sep 14, 2023
b5b7d51
Revert "Oops, forgot sudo for ninja installation"
ababushk Sep 15, 2023
c3bd690
Revert "Oops, switch to Ubuntu 20"
ababushk Sep 15, 2023
35f6ba8
Revert "Change docker image to the one with non-root user"
ababushk Sep 15, 2023
468ba0d
Use Ubuntu 20 DockerHub image
ababushk Sep 15, 2023
f1b4ae7
Trying to force apt-get packages not to wait for user input
ababushk Sep 15, 2023
c496b44
Make DEBIAN_FRONTED for all stages
ababushk Sep 15, 2023
7f4633f
Update reason of skipped MO unit test
ababushk Sep 15, 2023
dfcc377
Add DEBIAN_FRONTED to all jobs
ababushk Sep 15, 2023
20628b0
Fix environment variables expansion in newly-added stages
ababushk Sep 15, 2023
abda3f1
Merge branch 'master' into aks_runners
ababushk Sep 18, 2023
69b9ffd
Merge branch 'master' into aks_runners
ababushk Sep 18, 2023
3f46058
Merge branch 'master' into aks_runners
ababushk Sep 19, 2023
aae00d5
Merge branch 'master' into aks_runners
ababushk Sep 19, 2023
f98efa8
Update .github/workflows/linux.yml
ababushk Sep 21, 2023
71b15f1
Update .github/workflows/linux.yml
ababushk Sep 21, 2023
f05c6ea
Fix review comments
ababushk Sep 22, 2023
79aa469
More review comment fixes
ababushk Sep 22, 2023
e726d78
Remove DEBIAN_FRONTEND from Python Models job
ababushk Sep 22, 2023
07e21d8
Merge branch 'master' into aks_runners
ababushk Sep 22, 2023
d1e73f0
"Get tools versions" step is absent on master
ababushk Sep 22, 2023
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
Loading