File tree Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -47,27 +47,27 @@ jobs:
4747 run : make install
4848 - name : test
4949 run : make lint
50- # TODO: restore this test
51- # integration-tests:
52- # runs-on: ubuntu-18.04
53- # defaults:
54- # run:
55- # working-directory: go/src/github.com/lyft/flinkk8soperator
56- # env:
57- # GOPATH: "/home/runner/work/flinkk8soperator/flinkk8soperator/go/"
58- # steps:
59- # - name: checkout
60- # uses: actions/checkout@v2
61- # with:
62- # fetch-depth: 1
63- # path: go/src/github.com/lyft/flinkk8soperator
64- # - name: install go
65- # uses: actions/setup-go@v2
66- # with:
67- # go-version: 1.12
68- # - name: install
69- # run: integ/install.sh
70- # - name: setup
71- # run: integ/setup.sh
72- # - name: test
73- # run: sudo "PATH=$PATH" "GOPATH=$GOPATH" integ/test.sh
50+ # TODO: restore this test
51+ integration-tests :
52+ runs-on : ubuntu-18.04
53+ defaults :
54+ run :
55+ working-directory : go/src/github.com/lyft/flinkk8soperator
56+ env :
57+ GOPATH : " /home/runner/work/flinkk8soperator/flinkk8soperator/go/"
58+ steps :
59+ - name : checkout
60+ uses : actions/checkout@v2
61+ with :
62+ fetch-depth : 1
63+ path : go/src/github.com/lyft/flinkk8soperator
64+ - name : install go
65+ uses : actions/setup-go@v2
66+ with :
67+ go-version : 1.12
68+ - name : install
69+ run : integ/install.sh
70+ - name : setup
71+ run : integ/setup.sh
72+ - name : test
73+ run : sudo "PATH=$PATH" "GOPATH=$GOPATH" integ/test.sh
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ FlinkK8sOperator is a [Kubernetes operator](https://coreos.com/operators/) that
1515
1616## Project Status
1717
18- * Beta*
18+ * Beta**
1919
2020The operator is in use for some less-critical jobs at Lyft. At this point the focus is on testing and stability. While in
2121Beta, we will attempt to limit the number of backwards-incompatible changes, but they may still occur as necessary.
You can’t perform that action at this time.
0 commit comments