Skip to content

Commit

Permalink
RDK-46982 Integrate L1/L2 test cases with CI/CD pipeline - Container
Browse files Browse the repository at this point in the history
  • Loading branch information
sithanda committed Feb 26, 2024
1 parent 860c57f commit f879d26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]
jobs:
build:
runs-on: comcast-runner
container: hub.comcast.net/rdke-builds/ci-container-image:latest
env:
# For CI, build all optional plugins. Newly developed plugins should be added to this list
optional_plugins: "-DPLUGIN_TESTPLUGIN=ON -DPLUGIN_GPU=ON -DPLUGIN_LOCALTIME=ON -DPLUGIN_RTSCHEDULING=ON -DPLUGIN_HTTPPROXY=ON -DPLUGIN_APPSERVICES=ON -DPLUGIN_IONMEMORY=ON -DPLUGIN_DEVICEMAPPER=ON -DPLUGIN_OOMCRASH=ON"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/L2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]
jobs:
build:
runs-on: comcast-runner
container: hub.comcast.net/rdke-builds/ci-container-image:latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f879d26

Please sign in to comment.