@@ -103,53 +103,53 @@ jobs:
103
103
104
104
# # Project check stage jobs ##
105
105
106
- # Run the sanity tests
107
- - stage : check
108
- name : Sanity Tests
109
- script :
110
- - make test-sanity
111
-
112
- # Run website checks
113
- - name : Doc Checks
114
- script :
115
- - make test-links
106
+ # # Run the sanity tests
107
+ # - stage: check
108
+ # name: Sanity Tests
109
+ # script:
110
+ # - make test-sanity
111
+ #
112
+ # # Run website checks
113
+ # - name: Doc Checks
114
+ # script:
115
+ # - make test-links
116
116
117
117
# # Operator test stage jobs ##
118
118
119
- # Build and test ansible and test ansible using molecule
120
- - stage : test
121
- << : *test
122
- name : Ansible on Kubernetes
123
- before_script :
124
- - pip3 install --upgrade setuptools pip
125
- - pip install --user ansible
126
- script :
127
- - make test-e2e-ansible
128
- - make test-e2e-ansible-molecule
119
+ # # Build and test ansible and test ansible using molecule
120
+ # - stage: test
121
+ # <<: *test
122
+ # name: Ansible on Kubernetes
123
+ # before_script:
124
+ # - pip3 install --upgrade setuptools pip
125
+ # - pip install --user ansible
126
+ # script:
127
+ # - make test-e2e-ansible
128
+ # - make test-e2e-ansible-molecule
129
129
130
130
# Test subcommands
131
131
- << : *test
132
132
name : Subcommands and Integration on Kubernetes
133
133
script :
134
- - make test-subcommand
134
+ # - make test-subcommand
135
135
- make test-integration
136
136
- make image-build-custom-scorecard-tests
137
137
138
- # Build and test go
139
- - << : *test
140
- name : Go on Kubernetes
141
- before_script :
142
- - (cd / && go get github.com/mattn/goveralls)
143
- script :
144
- - make test-unit
145
- - make test-e2e-go
146
- after_success :
147
- - $GOPATH/bin/goveralls -service=travis-ci -coverprofile=coverage.out -repotoken=$COVERALLS_TOKEN
148
-
149
- # Build and test helm
150
- - << : *test
151
- name : Helm on Kubernetes
152
- script : make test-e2e-helm
138
+ # # Build and test go
139
+ # - <<: *test
140
+ # name: Go on Kubernetes
141
+ # before_script:
142
+ # - (cd / && go get github.com/mattn/goveralls)
143
+ # script:
144
+ # - make test-unit
145
+ # - make test-e2e-go
146
+ # after_success:
147
+ # - $GOPATH/bin/goveralls -service=travis-ci -coverprofile=coverage.out -repotoken=$COVERALLS_TOKEN
148
+ #
149
+ # # Build and test helm
150
+ # - <<: *test
151
+ # name: Helm on Kubernetes
152
+ # script: make test-e2e-helm
153
153
154
154
# # Image deploy/push stage jobs ##
155
155
0 commit comments