Skip to content

Commit 2f4f5fc

Browse files
committed
revert - test job
Signed-off-by: Michael Rebello <[email protected]>
1 parent c7f8e22 commit 2f4f5fc

File tree

6 files changed

+1
-31
lines changed

6 files changed

+1
-31
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
87

98
jobs:
109
linuxdist:

.github/workflows/artifacts.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
pull_request:
78

89
jobs:
9-
master_android_dist:
10-
name: master_android_dist
11-
runs-on: ubuntu-18.04
12-
timeout-minutes: 90
13-
steps:
14-
- uses: actions/checkout@v1
15-
with:
16-
submodules: true
17-
- name: 'Install dependencies'
18-
run: ./ci/linux_ci_setup.sh
19-
- name: 'Build envoy.aar distributable'
20-
run: |
21-
export PATH=/usr/lib/llvm-8/bin:$PATH
22-
export CC=clang
23-
export CXX=clang++
24-
export ANDROID_NDK_HOME=/usr/local/lib/android/sdk/ndk-bundle
25-
current_short_commit=$(git rev-parse --short HEAD)
26-
bazel build \
27-
--config=release-android \
28-
--fat_apk_cpu=x86,armeabi-v7a,arm64-v8a \
29-
--define=pom_version=master-$current_short_commit \
30-
//:android_deploy
31-
- uses: actions/upload-artifact@v1
32-
with:
33-
name: envoy_android_aar_sources
34-
path: dist/envoy_aar_sources.zip
3510
master_ios_dist:
3611
name: master_ios_dist
3712
runs-on: macOS-10.14

.github/workflows/core.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
87

98
jobs:
109
unittests:

.github/workflows/format.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
87

98
jobs:
109
formatall:

.github/workflows/ios.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
87

98
jobs:
109
macdist:

.github/workflows/perf.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
87

98
jobs:
109
sizecurrent:

0 commit comments

Comments
 (0)