Skip to content

Commit

Permalink
1.1 BRANCH ONLY - Disabling FW release testing against 1.0 ROM
Browse files Browse the repository at this point in the history
  • Loading branch information
nquarton committed Dec 13, 2024
1 parent ba3aec6 commit ab62f65
Showing 1 changed file with 94 additions and 94 deletions.
188 changes: 94 additions & 94 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,53 +65,53 @@ jobs:
echo "release_ref=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo "Current ref $(git rev-parse HEAD) will receive tag ${TAG_BASE}${INDEX} after tests"
fpga-1_0-full-suite-etrng-log:
name: FPGA Suite (1.0, etrng, log)
needs: find-latest-release
if: needs.find-latest-release.outputs.create_release
uses: ./.github/workflows/fpga.yml
with:
artifact-suffix: -fpga-realtime-hw-1.0-etrng-log
extra-features: slow_tests
hw-version: "1.0"
rom-logging: true
fpga-itrng: false

fpga-1_0-full-suite-etrng-nolog:
name: FPGA Suite (1.0, etrng, nolog)
needs: find-latest-release
if: needs.find-latest-release.outputs.create_release
uses: ./.github/workflows/fpga.yml
with:
artifact-suffix: -fpga-realtime-hw-1.0-etrng-nolog
extra-features: slow_tests
hw-version: "1.0"
rom-logging: false
fpga-itrng: false

fpga-1_0-full-suite-itrng-log:
name: FPGA Suite (1.0, itrng, log)
needs: find-latest-release
if: needs.find-latest-release.outputs.create_release
uses: ./.github/workflows/fpga.yml
with:
artifact-suffix: -fpga-realtime-hw-1.0-itrng-log
extra-features: slow_tests,itrng
hw-version: "1.0"
rom-logging: true
fpga-itrng: true

fpga-1_0-full-suite-itrng-nolog:
name: FPGA Suite (1.0, itrng, nolog)
needs: find-latest-release
if: needs.find-latest-release.outputs.create_release
uses: ./.github/workflows/fpga.yml
with:
artifact-suffix: -fpga-realtime-hw-1.0-itrng-nolog
extra-features: slow_tests,itrng
hw-version: "1.0"
rom-logging: false
fpga-itrng: true
# fpga-1_0-full-suite-etrng-log:
# name: FPGA Suite (1.0, etrng, log)
# needs: find-latest-release
# if: needs.find-latest-release.outputs.create_release
# uses: ./.github/workflows/fpga.yml
# with:
# artifact-suffix: -fpga-realtime-hw-1.0-etrng-log
# extra-features: slow_tests
# hw-version: "1.0"
# rom-logging: true
# fpga-itrng: false

# fpga-1_0-full-suite-etrng-nolog:
# name: FPGA Suite (1.0, etrng, nolog)
# needs: find-latest-release
# if: needs.find-latest-release.outputs.create_release
# uses: ./.github/workflows/fpga.yml
# with:
# artifact-suffix: -fpga-realtime-hw-1.0-etrng-nolog
# extra-features: slow_tests
# hw-version: "1.0"
# rom-logging: false
# fpga-itrng: false

# fpga-1_0-full-suite-itrng-log:
# name: FPGA Suite (1.0, itrng, log)
# needs: find-latest-release
# if: needs.find-latest-release.outputs.create_release
# uses: ./.github/workflows/fpga.yml
# with:
# artifact-suffix: -fpga-realtime-hw-1.0-itrng-log
# extra-features: slow_tests,itrng
# hw-version: "1.0"
# rom-logging: true
# fpga-itrng: true

# fpga-1_0-full-suite-itrng-nolog:
# name: FPGA Suite (1.0, itrng, nolog)
# needs: find-latest-release
# if: needs.find-latest-release.outputs.create_release
# uses: ./.github/workflows/fpga.yml
# with:
# artifact-suffix: -fpga-realtime-hw-1.0-itrng-nolog
# extra-features: slow_tests,itrng
# hw-version: "1.0"
# rom-logging: false
# fpga-itrng: true

fpga-latest-full-suite-etrng-log:
name: FPGA Suite (hw-latest, etrng, log)
Expand Down Expand Up @@ -201,54 +201,54 @@ jobs:
extra-features: slow_tests,itrng
rom-logging: false

sw-emulator-hw-1_0-full-suite-etrng-log:
name: sw-emulator Suite (etrng, log)
needs: find-latest-release
if: needs.find-latest-release.outputs.create_release
uses: ./.github/workflows/fw-test-emu.yml
with:
artifact-suffix: -sw-emulator-hw-1.0-etrng-log
extra-features: hw-1.0,slow_tests
rom-logging: true

sw-emulator-hw-1_0-full-suite-etrng-nolog:
name: sw-emulator Suite (etrng, nolog)
needs: find-latest-release
if: needs.find-latest-release.outputs.create_release
uses: ./.github/workflows/fw-test-emu.yml
with:
artifact-suffix: -sw-emulator-hw-1.0-etrng-nolog
extra-features: hw-1.0,slow_tests
rom-logging: false

sw-emulator-hw-1_0-full-suite-itrng-log:
name: sw-emulator Suite (itrng, log)
needs: find-latest-release
if: needs.find-latest-release.outputs.create_release
uses: ./.github/workflows/fw-test-emu.yml
with:
artifact-suffix: -sw-emulator-hw-1.0-itrng-log
extra-features: hw-1.0,slow_tests,itrng
rom-logging: true

sw-emulator-hw-1_0-full-suite-itrng-nolog:
name: sw-emulator Suite (itrng, nolog)
needs: find-latest-release
if: needs.find-latest-release.outputs.create_release
uses: ./.github/workflows/fw-test-emu.yml
with:
artifact-suffix: -sw-emulator-hw-1.0-itrng-nolog
extra-features: hw-1.0,slow_tests,itrng
rom-logging: false
# sw-emulator-hw-1_0-full-suite-etrng-log:
# name: sw-emulator Suite (etrng, log)
# needs: find-latest-release
# if: needs.find-latest-release.outputs.create_release
# uses: ./.github/workflows/fw-test-emu.yml
# with:
# artifact-suffix: -sw-emulator-hw-1.0-etrng-log
# extra-features: hw-1.0,slow_tests
# rom-logging: true

# sw-emulator-hw-1_0-full-suite-etrng-nolog:
# name: sw-emulator Suite (etrng, nolog)
# needs: find-latest-release
# if: needs.find-latest-release.outputs.create_release
# uses: ./.github/workflows/fw-test-emu.yml
# with:
# artifact-suffix: -sw-emulator-hw-1.0-etrng-nolog
# extra-features: hw-1.0,slow_tests
# rom-logging: false

# sw-emulator-hw-1_0-full-suite-itrng-log:
# name: sw-emulator Suite (itrng, log)
# needs: find-latest-release
# if: needs.find-latest-release.outputs.create_release
# uses: ./.github/workflows/fw-test-emu.yml
# with:
# artifact-suffix: -sw-emulator-hw-1.0-itrng-log
# extra-features: hw-1.0,slow_tests,itrng
# rom-logging: true

# sw-emulator-hw-1_0-full-suite-itrng-nolog:
# name: sw-emulator Suite (itrng, nolog)
# needs: find-latest-release
# if: needs.find-latest-release.outputs.create_release
# uses: ./.github/workflows/fw-test-emu.yml
# with:
# artifact-suffix: -sw-emulator-hw-1.0-itrng-nolog
# extra-features: hw-1.0,slow_tests,itrng
# rom-logging: false

create-release:
name: Create New Release
needs:
- find-latest-release
- fpga-1_0-full-suite-etrng-log
- fpga-1_0-full-suite-etrng-nolog
- fpga-1_0-full-suite-itrng-log
- fpga-1_0-full-suite-itrng-nolog
# - fpga-1_0-full-suite-etrng-log
# - fpga-1_0-full-suite-etrng-nolog
# - fpga-1_0-full-suite-itrng-log
# - fpga-1_0-full-suite-itrng-nolog
- fpga-latest-full-suite-etrng-log
- fpga-latest-full-suite-etrng-nolog
- fpga-latest-full-suite-itrng-log
Expand All @@ -257,10 +257,10 @@ jobs:
- sw-emulator-hw-latest-full-suite-etrng-nolog
- sw-emulator-hw-latest-full-suite-itrng-log
- sw-emulator-hw-latest-full-suite-itrng-nolog
- sw-emulator-hw-1_0-full-suite-etrng-log
- sw-emulator-hw-1_0-full-suite-etrng-nolog
- sw-emulator-hw-1_0-full-suite-itrng-log
- sw-emulator-hw-1_0-full-suite-itrng-nolog
# - sw-emulator-hw-1_0-full-suite-etrng-log
# - sw-emulator-hw-1_0-full-suite-etrng-nolog
# - sw-emulator-hw-1_0-full-suite-itrng-log
# - sw-emulator-hw-1_0-full-suite-itrng-nolog

runs-on: ubuntu-22.04

Expand Down

0 comments on commit ab62f65

Please sign in to comment.