Skip to content

Commit 9114b3e

Browse files
committed
WIP TMP Remove cron and dockerBuild - Since some would fail here anyway without push
1 parent 2173fb8 commit 9114b3e

17 files changed

+0
-89
lines changed

.github/workflows/base.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ name: 'base'
2222
on:
2323
pull_request:
2424
push:
25-
schedule:
26-
- cron: '0 0 * * 5'
2725
workflow_dispatch:
2826
repository_dispatch:
2927
types: [ base ]
@@ -41,10 +39,6 @@ jobs:
4139

4240
- run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4341

44-
- run: dockerBuild hdlc/build:base base base
45-
- run: dockerBuild hdlc/build:build base build
46-
- run: dockerBuild hdlc/build:dev base
47-
4842
- run: dockerTest hdlc/build:base build--base
4943
- run: dockerTest hdlc/build:build build--build
5044
- run: dockerTest hdlc/build:dev build--dev

.github/workflows/boolector.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ name: 'boolector'
2323
on:
2424
pull_request:
2525
push:
26-
schedule:
27-
- cron: '0 0 * * 5'
2826
workflow_dispatch:
2927
repository_dispatch:
3028
types: [ boolector ]
@@ -42,8 +40,6 @@ jobs:
4240

4341
- run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4442

45-
- run: dockerBuild hdlc/pkg:boolector boolector
46-
4743
- run: dockerTestPkg boolector
4844

4945
- name: Login to DockerHub

.github/workflows/doc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ on:
2626
- '.github/workflows/doc.yml'
2727
- 'doc/**'
2828
- 'graph/**'
29-
schedule:
30-
- cron: '0 0 * * 4'
3129
workflow_dispatch:
3230
repository_dispatch:
3331
types: [ doc ]
@@ -43,8 +41,6 @@ jobs:
4341

4442
- uses: actions/checkout@v2
4543

46-
- run: docker build -t hdlc/doc:asciidoctor-py -f- . < doc--asciidoctor-py.dockerfile
47-
4844
- name: Build site
4945
run: docker run --rm -v /$(pwd)://documents/ hdlc/doc:asciidoctor-py ./doc/make.sh
5046

.github/workflows/formal.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ name: 'formal'
2323
on:
2424
pull_request:
2525
push:
26-
schedule:
27-
- cron: '0 0 * * 5'
2826
workflow_dispatch:
2927
repository_dispatch:
3028
types: [ formal ]
@@ -44,10 +42,6 @@ jobs:
4442

4543
- run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4644

47-
- run: dockerBuild hdlc/formal:min formal min
48-
- run: dockerBuild hdlc/formal formal latest
49-
- run: dockerBuild hdlc/formal:all formal
50-
5145
- run: dockerTest hdlc/formal:min formal--min
5246
- run: dockerTest hdlc/formal formal
5347
- run: dockerTest hdlc/formal:all formal--all

.github/workflows/ghdl-yosys-plugin.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ name: 'ghdl-yosys-plugin'
2222
on:
2323
pull_request:
2424
push:
25-
schedule:
26-
- cron: '0 0 * * 5'
2725
workflow_dispatch:
2826
repository_dispatch:
2927
types: [ ghdl-yosys-plugin ]
@@ -41,9 +39,6 @@ jobs:
4139

4240
- run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4341

44-
- run: dockerBuild hdlc/pkg:ghdl-yosys-plugin ghdl-yosys-plugin pkg
45-
- run: dockerBuild hdlc/ghdl:yosys ghdl-yosys-plugin
46-
4742
- run: dockerTestPkg ghdl-yosys-plugin ghdl
4843
- run: dockerTest hdlc/ghdl:yosys ghdl--yosys
4944

.github/workflows/ghdl.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ name: 'ghdl'
2222
on:
2323
pull_request:
2424
push:
25-
schedule:
26-
- cron: '0 0 * * 5'
2725
workflow_dispatch:
2826
repository_dispatch:
2927
types: [ ghdl ]
@@ -43,9 +41,6 @@ jobs:
4341

4442
- run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4543

46-
- run: dockerBuild hdlc/pkg:ghdl ghdl pkg
47-
- run: dockerBuild hdlc/ghdl ghdl
48-
4944
- run: dockerTestPkg ghdl
5045
- run: dockerTest hdlc/ghdl ghdl
5146

.github/workflows/gtkwave.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ name: 'gtkwave'
2222
on:
2323
pull_request:
2424
push:
25-
schedule:
26-
- cron: '0 0 * * 5'
2725
workflow_dispatch:
2826
repository_dispatch:
2927
types: [ gtkwave ]
@@ -41,8 +39,6 @@ jobs:
4139

4240
- run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4341

44-
- run: dockerBuild hdlc/pkg:gtkwave gtkwave
45-
4642
- run: dockerTestPkg gtkwave
4743

4844
- name: Login to DockerHub

.github/workflows/icestorm.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ name: 'icestorm'
2222
on:
2323
pull_request:
2424
push:
25-
schedule:
26-
- cron: '0 0 * * 5'
2725
workflow_dispatch:
2826
repository_dispatch:
2927
types: [ icestorm ]
@@ -43,9 +41,6 @@ jobs:
4341

4442
- run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4543

46-
- run: dockerBuild hdlc/pkg:icestorm icestorm pkg
47-
- run: dockerBuild hdlc/icestorm icestorm
48-
4944
- run: dockerTestPkg icestorm
5045
- run: dockerTest hdlc/icestorm icestorm
5146

.github/workflows/impl.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ name: 'impl'
2222
on:
2323
pull_request:
2424
push:
25-
schedule:
26-
- cron: '0 0 * * 5'
2725
workflow_dispatch:
2826
repository_dispatch:
2927
types: [ impl ]
@@ -43,13 +41,6 @@ jobs:
4341

4442
- run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4543

46-
- run: dockerBuild hdlc/impl:ice40 impl ice40
47-
- run: dockerBuild hdlc/impl:icestorm impl icestorm
48-
- run: dockerBuild hdlc/impl:ecp5 impl ecp5
49-
- run: dockerBuild hdlc/impl:prjtrellis impl prjtrellis
50-
- run: dockerBuild hdlc/impl:pnr impl pnr
51-
- run: dockerBuild hdlc/impl:latest impl latest
52-
5344
- run: dockerTest hdlc/impl:ice40 impl--ice40
5445
- run: dockerTest hdlc/impl:icestorm impl--icestorm
5546
- run: dockerTest hdlc/impl:ecp5 impl--ecp5

.github/workflows/nextpnr.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ name: 'nextpnr'
2222
on:
2323
pull_request:
2424
push:
25-
schedule:
26-
- cron: '0 0 * * 5'
2725
workflow_dispatch:
2826
repository_dispatch:
2927
types: [ nextpnr ]
@@ -43,15 +41,6 @@ jobs:
4341

4442
- run: echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4543

46-
- run: dockerBuild hdlc/nextpnr:ice40 nextpnr ice40
47-
- run: dockerBuild hdlc/nextpnr:icestorm nextpnr icestorm
48-
- run: dockerBuild hdlc/pkg:nextpnr-ice40 nextpnr pkg-ice40
49-
- run: dockerBuild hdlc/nextpnr:ecp5 nextpnr ecp5
50-
- run: dockerBuild hdlc/nextpnr:prjtrellis nextpnr prjtrellis
51-
- run: dockerBuild hdlc/pkg:nextpnr-ecp5 nextpnr pkg-ecp5
52-
- run: dockerBuild hdlc/nextpnr nextpnr
53-
- run: dockerBuild hdlc/pkg:nextpnr-all nextpnr pkg-all
54-
5544
- run: dockerTestPkg nextpnr-ice40
5645
- run: dockerTestPkg nextpnr-ecp5
5746
- run: dockerTestPkg nextpnr-all

0 commit comments

Comments
 (0)