Skip to content

Commit

Permalink
DEVELOPER MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Dec 29, 2024
1 parent d552346 commit be5b46a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
set -x
cd src
gn desc out/${{ matrix.platform }}_${{ matrix.config }}/ "*" --format=json > gn_desc.json
TEST_TARGETS=$(vpython3 cobalt/build/test_targets.py --root-target=//cobalt:cobalt --gn-json=gn_desc.json --json-output)
TEST_TARGETS=$(vpython3 cobalt/build/test_targets.py --root-target=//url:url_unittests --gn-json=gn_desc.json --json-output)
echo "TEST_TARGETS=${TEST_TARGETS}" >> $GITHUB_ENV
shell: bash
- name: Ninja build test targets
Expand Down
11 changes: 1 addition & 10 deletions .github/config/chromium_linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,8 @@
"platforms": [
"chromium_linux-x64x11"
],
"test_on_host": true,
"targets": [
"base_unittests",
"sql_unittests",
"net_unittests",
"url_unittests",
"ipc_tests",
"mojo_unittests",
"gpu_unittests",
"gin_unittests",
"blink_unittests",
"media_unittests",
"content_shell"
],
"includes": [
Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/android.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
matrix:
platform: ${{ fromJson(needs.initialize.outputs.platforms) }}
include: ${{ fromJson(needs.initialize.outputs.includes) }}
config: [devel, debug, qa, gold]
config: [devel] #, debug, qa, gold]
container: ${{ needs.docker-build-image.outputs.docker_tag }}
env:
TEST_ARTIFACTS_KEY: ${{ matrix.platform }}_${{ matrix.name }}_test_artifacts
Expand Down

0 comments on commit be5b46a

Please sign in to comment.