Skip to content

Commit

Permalink
Fixing pass fail with oarnodesetting
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosT committed Oct 18, 2023
1 parent ff8e348 commit ee0c2d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oar/lib/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,6 @@ class Resource(DeferredReflectionModel):
available_upto = Column(Integer, server_default="2147483647")
last_available_upto = Column(Integer, server_default="0")
drain = Column(String(3), server_default="NO")
core = Column(Integer, server_default="1")
cpu = Column(Integer, server_default="1")


class Job(DeferredReflectionModel):
Expand Down

0 comments on commit ee0c2d6

Please sign in to comment.