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

Test aosp atd emulators #9058

Draft
wants to merge 68 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
70a324c
Try the new aosp_atd emulators
dellis1972 Nov 29, 2023
7e8b85f
revert to default for api 33 emulator
dellis1972 Nov 30, 2023
33b3e99
Test a Container
dellis1972 Jan 10, 2024
020b6d1
ff
dellis1972 Jan 10, 2024
f3a15f3
ff
dellis1972 Jan 10, 2024
5ba6aee
ff
dellis1972 Jan 10, 2024
af2a894
ff
dellis1972 Jan 10, 2024
d890852
ff
dellis1972 Jan 11, 2024
4f2563d
ff
dellis1972 Jan 11, 2024
8655176
ff
dellis1972 Jan 11, 2024
3217ffe
ff
dellis1972 Jan 11, 2024
a3b2360
ff
dellis1972 Jan 11, 2024
5a93c58
ff
dellis1972 Jan 11, 2024
64cc751
ff
dellis1972 Jan 11, 2024
8aa3fdb
ff
dellis1972 Jan 11, 2024
b8a0679
ff
dellis1972 Jan 11, 2024
95650fa
ff
dellis1972 Jan 11, 2024
78b8224
ff
dellis1972 Jan 11, 2024
495b84f
ff
dellis1972 Jan 11, 2024
2c12fef
try adding kernel stuff
dellis1972 Feb 1, 2024
42b39c9
try adding kernel stuff
dellis1972 Feb 1, 2024
0d4d469
try adding kernel stuff
dellis1972 Feb 1, 2024
be99c56
Update to use aosp_atd again
dellis1972 Apr 16, 2024
b7e10ad
use aops_atd for nightly api 33
dellis1972 Apr 16, 2024
8d68868
fix build error
dellis1972 Apr 16, 2024
c21e556
update documentation url for aosp_atd images
dellis1972 Apr 17, 2024
772fa75
ff
dellis1972 Apr 17, 2024
927429a
diagnostics
dellis1972 Apr 17, 2024
1d37e7b
use aosp_atd for Nightly builds
dellis1972 Apr 19, 2024
7d43e63
use pool
dellis1972 Jun 26, 2024
92e2bc9
try this
dellis1972 Jun 26, 2024
ef32d81
try this
dellis1972 Jun 26, 2024
07cfc9a
try this
dellis1972 Jun 26, 2024
bf948e8
try this
dellis1972 Jun 26, 2024
b10940e
try this
dellis1972 Jun 27, 2024
5d6f56f
try this
dellis1972 Jun 27, 2024
9fcf34f
try this
dellis1972 Jun 27, 2024
6e5cdba
try this
dellis1972 Jun 27, 2024
d066e6f
try this
dellis1972 Jun 27, 2024
c034dca
try this
dellis1972 Jun 27, 2024
543d4fe
try this
dellis1972 Jun 27, 2024
c3a43d1
try this
dellis1972 Jun 27, 2024
47b3381
try this
dellis1972 Jun 27, 2024
de2f163
try this
dellis1972 Jun 27, 2024
c51ea0e
try this
dellis1972 Jun 27, 2024
2d90438
try this
dellis1972 Jun 27, 2024
2bfeb45
try this
dellis1972 Jun 27, 2024
b59f539
try this
dellis1972 Jun 27, 2024
83df7b7
try this
dellis1972 Jun 27, 2024
10c2bca
try this
dellis1972 Jun 27, 2024
9a1c5b8
try this
dellis1972 Jun 28, 2024
fbea3dd
try this
dellis1972 Jun 28, 2024
a85a547
try this
dellis1972 Jun 28, 2024
a91f5c1
try this
dellis1972 Jun 28, 2024
5f8595d
try this
dellis1972 Jun 28, 2024
55cd762
try this
dellis1972 Jun 28, 2024
16d898c
add a Docker file and test it under windows
dellis1972 Jun 28, 2024
e388dfe
try this
dellis1972 Jun 28, 2024
ca9c735
try this
dellis1972 Jun 28, 2024
b5574f4
try this
dellis1972 Jun 28, 2024
c3b7a11
ff
dellis1972 Jul 1, 2024
365f6ff
ff
dellis1972 Jul 1, 2024
7bb648e
ff
dellis1972 Jul 1, 2024
1962650
ff
dellis1972 Jul 1, 2024
bed6c1d
ff
dellis1972 Jul 2, 2024
07a4c95
ff
dellis1972 Jul 2, 2024
f3bfeaa
ff
dellis1972 Jul 2, 2024
27782c7
ff
dellis1972 Jul 2, 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
ff
dellis1972 committed Oct 9, 2024
commit d89085290a4eb9c9e7515fe3c27eff49e84c6fe3
13 changes: 7 additions & 6 deletions build-tools/automation/yaml-templates/build-windows.yaml
Original file line number Diff line number Diff line change
@@ -17,15 +17,16 @@ stages:
displayName: Test Container
jobs:
- job: Test
pool: ${{ parameters.buildPool }}
pool:
vmImage: 'ubuntu-latest'
container:
image: ubuntu:18.04
image: ubuntu:20.04
steps:
- script: printenv
- script: >
sudo apt install curl ca-certificates -y &&
curl https://repo.waydro.id | sudo bash &&
sudo apt install waydroid -y
- script: |
apt install curl ca-certificates -y
curl https://repo.waydro.id | bash
apt install waydroid -y

- stage: ${{ parameters.stageName }}
displayName: ${{ parameters.stageDisplayName }}