Skip to content

Commit

Permalink
Fix apache#1333: reduce actions parallelism (test only buildah) and r…
Browse files Browse the repository at this point in the history
…emove openshift on GH actions
  • Loading branch information
nicolaferraro committed Mar 18, 2020
1 parent bddeaeb commit 24a9c83
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/knative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

strategy:
matrix:
publisher: ["Buildah", "Spectrum"]

#publisher: ["Buildah", "Spectrum"]
publisher: ["Buildah"]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:

strategy:
matrix:
publisher: ["Buildah", "Spectrum"]
#publisher: ["Buildah", "Spectrum"]
publisher: ["Buildah"]

steps:
- name: Checkout code
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
name: openshift

on:
pull_request:
branches:
- master
push:
branches:
- master
# pull_request:
# branches:
# - master
# push:
# branches:
# - master

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion script/travis_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sudo chmod 755 /usr/local/bin/oc
IP_ADDR="$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1)"

# Start OpenShift
oc cluster up --public-hostname=$IP_ADDR
oc cluster up --public-hostname=$IP_ADDR --enable=persistent-volumes,registry,router

oc login -u system:admin

Expand Down

0 comments on commit 24a9c83

Please sign in to comment.