Skip to content

Commit

Permalink
vsphere e2e tests setup
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Sep 23, 2024
1 parent 26858ed commit c38524a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci-vspehere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: CI
name: CI-vsphere

on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
# SHIVA
# - main
# - release-*
- vspeheree2etest
push:
branches:
- main
- release-*
# - main
# - release-*
- vspeheree2etest

jobs:
### Configuration checks ###
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,22 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: CI-vsphere
name: CI

on:
pull_request:
types:
- opened
- synchronize
branches:
# SHIVA
# - main
# - release-*
- vspeheree2etest
- no-test
push:
branches:
# - main
# - release-*
- vspeheree2etest
- no-test

jobs:
### Configuration checks ###
Expand Down

0 comments on commit c38524a

Please sign in to comment.