Skip to content

Commit

Permalink
DEVELOPER MODE
Browse files Browse the repository at this point in the history
Change-Id: Ie1dfefec4a258b6a46474495a3451fc190e12817
  • Loading branch information
oxve committed Jun 25, 2024
1 parent a1a1c9a commit 5277b35
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 411 deletions.
6 changes: 1 addition & 5 deletions .github/config/android-arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"on_device_test": {
"enabled": true,
"tests": [
"0",
"1",
"2",
"3",
"black_box_test"
"1"
]
},
"platforms": [
Expand Down
7 changes: 1 addition & 6 deletions .github/config/raspi-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
"on_device_test": {
"enabled": true,
"tests": [
"0",
"1",
"2",
"3",
"4",
"5"
"1"
]
},
"platforms": [
Expand Down
73 changes: 0 additions & 73 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,6 @@ on:
default: false

jobs:
android-arm64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: android-arm64
nightly: ${{ github.event.inputs.nightly }}
keep_artifacts: cobalt.apk
android-x86:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: android-x86
nightly: ${{ github.event.inputs.nightly }}
keep_artifacts: cobalt.apk
android-arm:
uses: ./.github/workflows/main.yaml
permissions:
Expand All @@ -51,58 +33,3 @@ jobs:
platform: android-arm
nightly: ${{ github.event.inputs.nightly }}
keep_artifacts: cobalt.apk

upload-release-artifacts:
runs-on: ubuntu-latest
needs: [ android-arm, android-arm64, android-x86 ]
permissions:
actions: write
contents: write
steps:
- name: Download arm-gold apk
uses: actions/download-artifact@v4
with:
name: android-arm-gold
path: arm-gold
- name: Download arm-qa apk
uses: actions/download-artifact@v4
with:
name: android-arm-qa
path: arm-qa
- name: Download arm64-gold apk
uses: actions/download-artifact@v4
with:
name: android-arm64-gold
path: arm64-gold
- name: Download arm64-qa apk
uses: actions/download-artifact@v4
with:
name: android-arm64-gold
path: arm64-qa
- name: Download x86-gold apk
uses: actions/download-artifact@v4
with:
name: android-x86-gold
path: x86-gold
- name: Download x86-qa apk
uses: actions/download-artifact@v4
with:
name: android-x86-qa
path: x86-qa
- name: 'Upload Android APKs'
uses: actions/upload-artifact@v4
with:
name: Android APKs
path: ./*
retention-days: 90
compression-level: 0 # We expect kept artifacts to be already compressed
if-no-files-found: error
- name: Make a release zip
run: zip -0 -r "Android APKs.zip" . -i '*.apk'
- name: Upload the APKs to a release
if: ${{ github.event_name == 'release' }}
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "Android APKs.zip"
overwrite: true
30 changes: 0 additions & 30 deletions .github/workflows/coverage.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/evergreen.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/gradle.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/linux.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/pytest.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/raspi-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,3 @@ jobs:
with:
platform: raspi-2
nightly: ${{ github.event.inputs.nightly }}
raspi-2-skia:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: raspi-2-skia
nightly: ${{ github.event.inputs.nightly }}
30 changes: 0 additions & 30 deletions .github/workflows/stub.yaml

This file was deleted.

Loading

0 comments on commit 5277b35

Please sign in to comment.