Skip to content

Commit

Permalink
REMOVE TEST COMMIT -- DON'T MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed May 12, 2024
1 parent f9951a4 commit e8ccb37
Showing 1 changed file with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,18 @@ jobs:
ghcr.io/balena-os/balena-yocto-scripts
bake_targets: yocto-build-env,balena-push-env

# yocto-build:
# name: yocto-build
# uses: ./.github/workflows/yocto-build-deploy.yml
# needs: flowzone
# secrets: inherit
# with:
# # runs-on: '[ "ubuntu-latest" ]'
# environment: staging
# device-repo: balena-os/balena-generic
# device-repo-ref: master
# yocto-scripts-ref: ${{ github.event.pull_request.head.sha || github.sha }}
# machine: generic-amd64
# sign-image: false
# os-dev: false
# deploy-s3: true
# deploy-hostapp: true
# deploy-ami: true
# deploy-esr: false
# finalize-hostapp: "no"
# run-tests: true
# test-environment: balenaos-balenamachine
# test-workers: qemu
# meta-balena-ref: 3755d5fd36470a1e2f2a5e731497a2e1884f4897

yocto-build-test:
yocto-build:
name: yocto-build
uses: ./.github/workflows/yocto-build-deploy.yml
needs: flowzone
secrets: inherit
with:
# runs-on: '[ "ubuntu-latest" ]'
environment: staging
device-repo: balena-os/balena-raspberrypi
device-repo: balena-os/balena-generic
device-repo-ref: master
yocto-scripts-ref: ${{ github.event.pull_request.head.sha || github.sha }}
machine: raspberrypi3
machine: generic-amd64
sign-image: false
os-dev: false
deploy-s3: true
Expand All @@ -76,10 +52,9 @@ jobs:
finalize-hostapp: "no"
run-tests: true
test-environment: balenaos-balenamachine
test-workers: testbot
test-workers: qemu
meta-balena-ref: 3755d5fd36470a1e2f2a5e731497a2e1884f4897



# depends on Flowzone having already published the helper images
# yocto-build:
# name: yocto-build
Expand Down

0 comments on commit e8ccb37

Please sign in to comment.